mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
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:
parent
3b5db0b988
commit
92e4ca845b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue