We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95f06d commit 083e3afCopy full SHA for 083e3af
checker/src/gunicorn.conf.py
@@ -1,7 +1,7 @@
1
import multiprocessing
2
3
worker_class = "uvicorn.workers.UvicornWorker"
4
-workers = min(4, multiprocessing.cpu_count())
+workers = max(1, 2 * (multiprocessing.cpu_count() - 1))
5
bind = "0.0.0.0:8000"
6
timeout = 90
7
keepalive = 3600
0 commit comments