Skip to content

Commit

Permalink
Set gunicorn config to use 4 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Feb 20, 2024
1 parent b1c86fe commit 6995453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn-config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import multiprocessing

bind = "0.0.0.0:42110"
workers = 1
workers = 4
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 120
keep_alive = 60
Expand Down

0 comments on commit 6995453

Please sign in to comment.