From 825fb49f2770499085c8d4bf05980620cb2277fb Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 20 Jul 2025 22:23:40 +0300 Subject: [PATCH] update config example --- config.py.example | 2 ++ 1 file changed, 2 insertions(+) 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