From 077930f85ebb3f779eb3ad625cc976ab818a2d43 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 13 Apr 2018 16:20:51 +0200 Subject: [PATCH] Lower offline sleep --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,