Skip to content

Commit 44f7682

Browse files
committed
Increase the number of gunicorn workers
1 parent 60080ca commit 44f7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/server/gunicorn_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bind = "0.0.0.0:5000"
22
accesslog = '-'
33
access_log_format = '%(p)s %(h)s %(l)s %(t)s "%(r)s" %(s)s - %(L)ss'
4-
workers = 4
4+
workers = 6
55
backlog = 30
66
preload_app = True

0 commit comments

Comments
 (0)