diff --git a/config.py.example b/config.py.example index 7ca3aca..23bcc77 100644 --- a/config.py.example +++ b/config.py.example @@ -8,9 +8,11 @@ ENABLE_LOGGING = True YANDEX_CONFIGS = [ # ("your token", "path to dir on disk") ] +YANDEX_DISK_CONCURRENT_REQUESTS_LIMIT = 25 TMDB_API_KEY = "your api key" TMDB_LANG = "en-US" +TMDB_CONCURRENT_REQUESTS_LIMIT = 25 CACHE_MAXSIZE = 1024 CACHE_TTL = 300