# HG changeset patch # User domruf # Date 1504211901 -7200 # 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 -r 32440c07a085 -r 557fb1f85ca1 kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako Mon Sep 11 21:16:49 2017 +0200 +++ b/kallithea/lib/paster_commands/template.ini.mako Thu Aug 31 22:38:21 2017 +0200 @@ -92,7 +92,7 @@ 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