Skip to content

Commit

Permalink
increase indexing worker concurrency to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer authored and Weves committed Nov 25, 2024
1 parent 1c84760 commit c32b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/configs/app_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
CELERY_WORKER_LIGHT_PREFETCH_MULTIPLIER_DEFAULT
)

CELERY_WORKER_INDEXING_CONCURRENCY_DEFAULT = 1
CELERY_WORKER_INDEXING_CONCURRENCY_DEFAULT = 3
try:
env_value = os.environ.get("CELERY_WORKER_INDEXING_CONCURRENCY")
if not env_value:
Expand Down

0 comments on commit c32b93f

Please sign in to comment.