Changeset - 557fb1f85ca1
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-08-31 22:38:21
dominikruf@gmail.com
config: increase number of gunicorn worker processes in the default configuration

The default uwsgi configuration uses 4 workers - use the same number of
processes for gunicorn.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -92,7 +92,7 @@ max_request_body_size = 107374182400
 
use = egg:gunicorn#main
 
<%text>## number of process workers. You must set `instance_id = *` when this option</%text>
 
<%text>## is set to more than one worker</%text>
 
workers = 1
 
workers = 4
 
<%text>## process name</%text>
 
proc_name = kallithea
 
<%text>## type of worker class, one of sync, eventlet, gevent, tornado</%text>
0 comments (0 inline, 0 general)