[Temp] Reduce to 1 gunicorn worker

This commit is contained in:
sabaimran 2024-03-25 16:13:04 +05:30
parent 991f500775
commit 2b5341f53a

View file

@ -1,7 +1,7 @@
import multiprocessing
bind = "0.0.0.0:42110"
workers = 8
workers = 1
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 120
keep_alive = 60