mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 15:59:18 +00:00
Increase watchdog interval to 15 minutes
https://core.telegram.org/api/updates#recovering-gaps
This commit is contained in:
parent
7e10b61b87
commit
2ade5f6eeb
@ -201,7 +201,7 @@ class Client(Methods):
|
|||||||
WORKDIR = PARENT_DIR
|
WORKDIR = PARENT_DIR
|
||||||
|
|
||||||
# Interval of seconds in which the updates watchdog will kick in
|
# 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
|
MAX_CONCURRENT_TRANSMISSIONS = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user