update function sync SN to ERP

This commit is contained in:
joseph le 2023-09-27 07:34:19 +07:00
parent 980697f7ca
commit 09f172d72b
1 changed files with 1 additions and 1 deletions

View File

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