update interval time

This commit is contained in:
joseph le 2023-09-27 08:57:08 +07:00
parent b75b484450
commit 022d613b28
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const databaseConfig: DatabaseConfig = {
pool: { pool: {
min: 1, min: 1,
max: 1000, max: 1000,
acquireTimeoutMillis: 20 * 1000, acquireTimeoutMillis: 60 * 1000,
}, },
migrations: { migrations: {