Bump gunicorn workers up to 8

This commit is contained in:
sabaimran 2024-03-28 22:34:13 +05:30
parent a1729b9b9e
commit 3417164ec2

View file

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