mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 16:48:02 +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,
|
logging: false,
|
||||||
pool: {
|
pool: {
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 30,
|
max: 15,
|
||||||
idle: 10000,
|
idle: 5000,
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
charset: 'utf8',
|
charset: 'utf8',
|
||||||
|
|
Loading…
Reference in a new issue