mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-08 18:25:16 +00:00
Don't make use of hardcoded default int values too
This commit is contained in:
@@ -49,6 +49,7 @@ class BaseClient:
|
||||
UPDATES_WORKERS = 1
|
||||
DOWNLOAD_WORKERS = 1
|
||||
OFFLINE_SLEEP = 300
|
||||
WORKERS = 4
|
||||
WORKDIR = "."
|
||||
CONFIG_FILE = "./config.ini"
|
||||
|
||||
|
Reference in New Issue
Block a user