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 eb084a0 commit 03e88e2Copy full SHA for 03e88e2
gunicorn.conf.py
@@ -9,7 +9,7 @@
9
accesslog = "-"
10
bind = "unix:/run/gunicorn.sock"
11
log_level = "DEBUG"
12
-workers = 1
+workers = 2
13
14
worker_class = "gevent"
15
keepalive = 32
0 commit comments