Skip to content

Commit 025cda0

Browse files
authored
Merge pull request #9 from opencitations/gunicorn_worker_con_increase
increase worker connections on gunicorn
2 parents fd73a3b + 0cd2097 commit 025cda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.3sync
1+
1.4.4sync

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Worker configuration
66
workers = 4
77
worker_class = "gevent"
8-
worker_connections = 200
8+
worker_connections = 400
99
timeout = 1200
1010
bind = "0.0.0.0:8080"
1111

0 commit comments

Comments
 (0)