Skip to content

Commit 9601cbd

Browse files
authored
Decrease sequelize pool from 30 to 20 (#9774)
1 parent 9e327f5 commit 9601cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/resources/storage/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const frontSequelize = new Sequelize(
3737
{
3838
pool: {
3939
// Default is 5.
40-
max: isDevelopment() ? 5 : 30,
40+
max: isDevelopment() ? 5 : 20,
4141
},
4242
logging: isDevelopment() && DB_LOGGING_ENABLED ? sequelizeLogger : false,
4343
hooks: {

0 commit comments

Comments
 (0)