mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 21:44:51 +00:00
Set updates_workers to 1
This commit is contained in:
parent
c4142753d0
commit
390b0c12e2
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class Client:
|
|||
|
||||
INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:t\.me/joinchat/)?([\w-]+)$")
|
||||
DIALOGS_AT_ONCE = 100
|
||||
UPDATES_WORKERS = 2
|
||||
UPDATES_WORKERS = 1
|
||||
DOWNLOAD_WORKERS = 1
|
||||
|
||||
def __init__(self,
|
||||
|
|
|
|||
Loading…
Reference in a new issue