mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +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
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue