Skip to content

Commit 1da88f4

Browse files
committed
fix DB performance
1 parent 0b2e9ba commit 1da88f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/default.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ module.exports = {
1313
pool: {
1414
max: 5,
1515
min: 0,
16-
idle: 10000,
16+
idle: 20000,
17+
acquire: 50000,
1718
},
1819
},
1920

0 commit comments

Comments
 (0)