mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Optimize cache checking
This commit is contained in:
@@ -26,6 +26,6 @@ class WorkerSettings:
|
||||
on_startup = startup
|
||||
on_shutdown = shutdown
|
||||
redis_settings = get_redis_settings()
|
||||
max_jobs = 1
|
||||
max_jobs = 2
|
||||
job_timeout = 3 * 60
|
||||
cron_jobs = [cron(check_books, hour={7}, minute=0)]
|
||||
|
||||
Reference in New Issue
Block a user