mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 12:44:52 +00:00
Lower offline sleep
This commit is contained in:
parent
973cb4b2b6
commit
077930f85e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue