Set updates_workers to 1

This commit is contained in:
Dan 2018-03-19 01:08:59 +01:00
parent c4142753d0
commit 390b0c12e2

View File

@ -121,7 +121,7 @@ class Client:
INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:t\.me/joinchat/)?([\w-]+)$") INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:t\.me/joinchat/)?([\w-]+)$")
DIALOGS_AT_ONCE = 100 DIALOGS_AT_ONCE = 100
UPDATES_WORKERS = 2 UPDATES_WORKERS = 1
DOWNLOAD_WORKERS = 1 DOWNLOAD_WORKERS = 1
def __init__(self, def __init__(self,