Increase watchdog interval to 15 minutes

https://core.telegram.org/api/updates#recovering-gaps
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
KurimuzonAkuma 2024-02-01 00:40:22 +03:00 committed by wulan17
parent 3b5db0b988
commit 92e4ca845b
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -211,7 +211,7 @@ class Client(Methods):
WORKDIR = PARENT_DIR
# Interval of seconds in which the updates watchdog will kick in
UPDATES_WATCHDOG_INTERVAL = 5 * 60
UPDATES_WATCHDOG_INTERVAL = 15 * 60
MAX_CONCURRENT_TRANSMISSIONS = 1