Commit d9545e60 authored by Eren Doğan's avatar Eren Doğan Committed by GitHub

Update gunicorn.conf.py

parent a04e2836
......@@ -2,4 +2,5 @@ workers = 1
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 0
keep_alive=60
pidfile="gunicorn.pid"
\ No newline at end of file
pidfile="gunicorn.pid"
worker_connections=10
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment