update interval time
This commit is contained in:
parent
b75b484450
commit
022d613b28
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue