mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: adjust db-pool for test to use max=4
This commit is contained in:
parent
e01167676c
commit
34c12c8234
@ -86,7 +86,7 @@ export default async function init(
|
||||
const config = createTestConfig({
|
||||
db: {
|
||||
...getDbConfig(),
|
||||
pool: { min: 1, max: 3 },
|
||||
pool: { min: 1, max: 4 },
|
||||
schema: databaseSchema,
|
||||
ssl: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user