update function sync SN to ERP

This commit is contained in:
joseph le 2023-09-27 07:38:22 +07:00
parent 09f172d72b
commit 6dc9118f68
1 changed files with 2 additions and 2 deletions

View File

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