mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Bump up the default gunicorn workers running on prod
This commit is contained in:
parent
62a83dc9bb
commit
ec6dc0daaf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import multiprocessing
|
||||
|
||||
bind = "0.0.0.0:42110"
|
||||
workers = 4
|
||||
workers = 12
|
||||
worker_class = "uvicorn.workers.UvicornWorker"
|
||||
timeout = 120
|
||||
keep_alive = 60
|
||||
|
|
Loading…
Reference in a new issue