adjust sequelize pool settings

This commit is contained in:
jejolare 2026-03-14 12:48:10 +07:00
parent ca4f773b5a
commit e36be24ae4

View file

@ -14,7 +14,7 @@ const sequelize = new Sequelize({
}
},
pool: {
max: 20,
max: 80,
min: 0,
idle: 10000,
maxUses: 1000,