Increase watchdog interval to 15 minutes

https://core.telegram.org/api/updates#recovering-gaps
This commit is contained in:
KurimuzonAkuma 2024-02-01 00:40:22 +03:00
parent 7e10b61b87
commit 2ade5f6eeb

View File

@ -201,7 +201,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