mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Reduce healthcheck timeout after mysql fix
This commit is contained in:
parent
d7926a6562
commit
78f93b5628
@ -52,6 +52,4 @@ DB_CACHE_TTL="+5 minutes"
|
||||
# Requests made each 30 seconds by default.
|
||||
HEALTHCHECK_ENABLED=1
|
||||
HEALTHCHECK_INTERVAL=30
|
||||
# Currently madelineProto starts very slowly,
|
||||
# need at least 30-60 seconds at session start.
|
||||
HEALTHCHECK_REQUEST_TIMEOUT=60
|
||||
HEALTHCHECK_REQUEST_TIMEOUT=10
|
@ -52,6 +52,4 @@ DB_CACHE_TTL="+5 minutes"
|
||||
# Requests made each 30 seconds by default.
|
||||
HEALTHCHECK_ENABLED=1
|
||||
HEALTHCHECK_INTERVAL=30
|
||||
# Currently madelineProto starts very slowly,
|
||||
# need at least 30-60 seconds at session start.
|
||||
HEALTHCHECK_REQUEST_TIMEOUT=60
|
||||
HEALTHCHECK_REQUEST_TIMEOUT=10
|
Loading…
Reference in New Issue
Block a user