# HG changeset patch # User domruf # Date 2017-08-31 22:38:21 # Node ID 557fb1f85ca1239cbdeb95a6f8862feea2c9e91c # Parent 32440c07a0857ec5d9093e3e587bec70e363e95e 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. diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -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>## is set to more than one worker -workers = 1 +workers = 4 <%text>## process name proc_name = kallithea <%text>## type of worker class, one of sync, eventlet, gevent, tornado