1
0
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:
ivaosthu 2019-10-02 21:35:38 +02:00
parent 37ff86ea0a
commit 1d19feccca

View File

@ -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,
};