mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
chore: test db-pool on travis
This commit is contained in:
parent
37ff86ea0a
commit
1d19feccca
@ -54,8 +54,8 @@ module.exports = async function init(databaseSchema = 'test', getLogger) {
|
||||
const options = {
|
||||
databaseUrl: require('./database-config').getDatabaseUrl(),
|
||||
databaseSchema,
|
||||
minPool: 0,
|
||||
maxPool: 0,
|
||||
minPool: 1,
|
||||
maxPool: 2,
|
||||
getLogger,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user