mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Bumping concurrency for feed fetchers.
This commit is contained in:
parent
8c226b55d3
commit
25d6d84971
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ if not started_task_or_app:
|
|||
if "task-work" in SERVER_NAME or SERVER_NAME.startswith("task-"):
|
||||
CELERY_WORKER_CONCURRENCY = 4
|
||||
else:
|
||||
CELERY_WORKER_CONCURRENCY = 16
|
||||
CELERY_WORKER_CONCURRENCY = 24
|
||||
|
||||
if not DEBUG:
|
||||
INSTALLED_APPS += (
|
||||
|
|
Loading…
Add table
Reference in a new issue