Lower offline sleep

This commit is contained in:
Dan 2018-04-13 16:20:51 +02:00
parent 973cb4b2b6
commit 077930f85e

View File

@ -122,7 +122,7 @@ class Client:
DIALOGS_AT_ONCE = 100 DIALOGS_AT_ONCE = 100
UPDATES_WORKERS = 1 UPDATES_WORKERS = 1
DOWNLOAD_WORKERS = 1 DOWNLOAD_WORKERS = 1
OFFLINE_SLEEP = 900 OFFLINE_SLEEP = 300
def __init__(self, def __init__(self,
session_name: str, session_name: str,