mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 07:05:37 +01:00
Set max_jobs to 1
This commit is contained in:
@@ -17,5 +17,5 @@ class WorkerSettings:
|
||||
functions = [update, update_books, update_authors, update_sequences, update_genres]
|
||||
on_startup = startup
|
||||
redis_settings = get_redis_settings()
|
||||
max_jobs = 2
|
||||
max_jobs = 1
|
||||
job_timeout = 15 * 60
|
||||
|
||||
Reference in New Issue
Block a user