Upgrade knex

This commit is contained in:
Calvin Montgomery 2019-12-01 16:29:52 -08:00
parent 4d3c90f5ee
commit 40b5a0fe83
2 changed files with 2 additions and 3 deletions

View file

@ -42,8 +42,7 @@ class Database {
},
pool: {
min: Config.get('mysql.pool-size'),
max: Config.get('mysql.pool-size'),
refreshIdle: false
max: Config.get('mysql.pool-size')
},
debug: !!process.env.KNEX_DEBUG
};