mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +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-"):
|
if "task-work" in SERVER_NAME or SERVER_NAME.startswith("task-"):
|
||||||
CELERY_WORKER_CONCURRENCY = 4
|
CELERY_WORKER_CONCURRENCY = 4
|
||||||
else:
|
else:
|
||||||
CELERY_WORKER_CONCURRENCY = 16
|
CELERY_WORKER_CONCURRENCY = 24
|
||||||
|
|
||||||
if not DEBUG:
|
if not DEBUG:
|
||||||
INSTALLED_APPS += (
|
INSTALLED_APPS += (
|
||||||
|
|
Loading…
Add table
Reference in a new issue