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