diff --git a/server/infra/database/knex.js b/server/infra/database/knex.js index cf48586..fc2332a 100644 --- a/server/infra/database/knex.js +++ b/server/infra/database/knex.js @@ -13,7 +13,7 @@ const knexConfig = { client: 'pg', debug: process.env.NODE_LOG_LEVEL === 'debug', connection, - pool: { min: 0, max: 100 }, + pool: { min: 0, max: 20 }, }; log.debug(process.env.DATABASE_SCHEMA);