mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
fix pool options (#9348)
This commit is contained in:
parent
781cf2b9c9
commit
2ed1c05302
@ -102,7 +102,7 @@ module.exports = strapi => {
|
||||
...connection.options,
|
||||
debug: _.get(connection.options, 'debug', false),
|
||||
pool: {
|
||||
min: _.get(connection.options.pool, 'min', 0),
|
||||
min: _.get(connection.options, 'pool.min', 0),
|
||||
},
|
||||
},
|
||||
strapi.config.hook.settings.knex,
|
||||
|
Loading…
x
Reference in New Issue
Block a user