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