mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
increase the query timeout
This commit is contained in:
parent
5d0b6190c3
commit
fc76c2836b
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ class Database {
|
|||
pool: {
|
||||
min: 1,
|
||||
max: 1,
|
||||
idleTimeoutMillis: 30000,
|
||||
acquireTimeoutMillis: 3600 * 1000,
|
||||
idleTimeoutMillis: 3600 * 1000
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue