mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 15:15: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]
|
functions = [update, update_books, update_authors, update_sequences, update_genres]
|
||||||
on_startup = startup
|
on_startup = startup
|
||||||
redis_settings = get_redis_settings()
|
redis_settings = get_redis_settings()
|
||||||
max_jobs = 2
|
max_jobs = 1
|
||||||
job_timeout = 15 * 60
|
job_timeout = 15 * 60
|
||||||
|
|||||||
Reference in New Issue
Block a user