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 746e464 commit 0d52596Copy full SHA for 0d52596
checker/src/gunicorn.conf.py
@@ -1,7 +1,7 @@
1
import multiprocessing
2
3
worker_class = "uvicorn.workers.UvicornWorker"
4
-workers = max(1, multiprocessing.cpu_count()*2)
+workers = max(1, multiprocessing.cpu_count() - 1)
5
bind = "0.0.0.0:8000"
6
timeout = 90
7
keepalive = 3600
0 commit comments