修复日志加载状态

This commit is contained in:
whyour
2022-01-24 22:50:01 +08:00
parent c9c4043a4e
commit 1b5f4a0f9d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const sequelize = new Sequelize({
storage: `${config.dbPath}database.sqlite`,
logging: false,
pool: {
max: 5,
max: 6,
min: 0,
idle: 30000,
},