##// END OF EJS Templates
config: increase number of gunicorn worker processes in the default configuration...
domruf -
r6852:557fb1f8 default
parent child Browse files
Show More
@@ -92,7 +92,7 b' max_request_body_size = 107374182400'
92 use = egg:gunicorn#main
92 use = egg:gunicorn#main
93 <%text>## number of process workers. You must set `instance_id = *` when this option</%text>
93 <%text>## number of process workers. You must set `instance_id = *` when this option</%text>
94 <%text>## is set to more than one worker</%text>
94 <%text>## is set to more than one worker</%text>
95 workers = 1
95 workers = 4
96 <%text>## process name</%text>
96 <%text>## process name</%text>
97 proc_name = kallithea
97 proc_name = kallithea
98 <%text>## type of worker class, one of sync, eventlet, gevent, tornado</%text>
98 <%text>## type of worker class, one of sync, eventlet, gevent, tornado</%text>
General Comments 0
You need to be logged in to leave comments. Login now