Skip to content

Commit 13ee6a8

Browse files
SpEcHiDenull-nick
authored andcommitted
Fixes for Long period without updates: no updates for 15 minutes or longer.
1 parent 25d8b0b commit 13ee6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Client(Methods):
197197
WORKDIR = PARENT_DIR
198198

199199
# Interval of seconds in which the updates watchdog will kick in
200-
UPDATES_WATCHDOG_INTERVAL = 5 * 60
200+
UPDATES_WATCHDOG_INTERVAL = 15 * 60
201201

202202
MAX_CONCURRENT_TRANSMISSIONS = 1
203203

0 commit comments

Comments
 (0)