adjust sequelize pool settings
This commit is contained in:
parent
ca4f773b5a
commit
e36be24ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const sequelize = new Sequelize({
|
|||
}
|
||||
},
|
||||
pool: {
|
||||
max: 20,
|
||||
max: 80,
|
||||
min: 0,
|
||||
idle: 10000,
|
||||
maxUses: 1000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue