mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Make db connection pools smaller
This commit is contained in:
parent
ac3f96e2d4
commit
979401883d
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ class DatabaseConnector {
|
|||
logging: false,
|
||||
pool: {
|
||||
min: 1,
|
||||
max: 30,
|
||||
idle: 10000,
|
||||
max: 15,
|
||||
idle: 5000,
|
||||
},
|
||||
define: {
|
||||
charset: 'utf8',
|
||||
|
|
Loading…
Reference in a new issue