diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index e338e1b3..52c22f97 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -122,7 +122,7 @@ class Client: DIALOGS_AT_ONCE = 100 UPDATES_WORKERS = 1 DOWNLOAD_WORKERS = 1 - OFFLINE_SLEEP = 900 + OFFLINE_SLEEP = 300 def __init__(self, session_name: str,