Skip to content

Commit 03e88e2

Browse files
committed
workers 2
1 parent eb084a0 commit 03e88e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
accesslog = "-"
1010
bind = "unix:/run/gunicorn.sock"
1111
log_level = "DEBUG"
12-
workers = 1
12+
workers = 2
1313

1414
worker_class = "gevent"
1515
keepalive = 32

0 commit comments

Comments
 (0)