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 = {
|
const options = {
|
||||||
databaseUrl: require('./database-config').getDatabaseUrl(),
|
databaseUrl: require('./database-config').getDatabaseUrl(),
|
||||||
databaseSchema,
|
databaseSchema,
|
||||||
minPool: 0,
|
minPool: 1,
|
||||||
maxPool: 0,
|
maxPool: 2,
|
||||||
getLogger,
|
getLogger,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user