Skip to content

Commit eb084a0

Browse files
committed
workers back to 1. Test.
1 parent 771e2f0 commit eb084a0

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 = 2
12+
workers = 1
1313

1414
worker_class = "gevent"
1515
keepalive = 32

0 commit comments

Comments
 (0)