mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Temp - change gunicorn config to use a single worker
This commit is contained in:
parent
44f8f20ea7
commit
45c5a2598d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import multiprocessing
|
||||
|
||||
bind = "0.0.0.0:42110"
|
||||
workers = 4
|
||||
workers = 1
|
||||
worker_class = "uvicorn.workers.UvicornWorker"
|
||||
timeout = 120
|
||||
keep_alive = 60
|
||||
|
|
Loading…
Reference in a new issue