Set the updates workers pool from 1 to 4

This commit is contained in:
Dan 2019-09-08 11:59:26 +02:00
parent 25f2151151
commit 481e4ee339

View File

@ -51,7 +51,7 @@ class BaseClient:
INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:www\.)?(?:t(?:elegram)?\.(?:org|me|dog)/joinchat/)([\w-]+)$")
DIALOGS_AT_ONCE = 100
UPDATES_WORKERS = 1
UPDATES_WORKERS = 4
DOWNLOAD_WORKERS = 1
OFFLINE_SLEEP = 900
WORKERS = 4