update config database

This commit is contained in:
joseph le 2023-09-21 10:40:40 +07:00
parent e28299c5c5
commit e246e6169c
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ const databaseConfig: DatabaseConfig = {
}, },
pool: { pool: {
min: 1, min: 1,
max: 10000, max: 300,
acquireTimeoutMillis: 60 * 1000,
}, },
migrations: { migrations: {