# HG changeset patch # User Marcin Kuzminski # Date 2013-06-04 12:42:49 # Node ID 535be07315238bb8f0ba80980844b9ccbeca5d20 # Parent d18500a8840c14645e516f0dad9d33a3d72924b1 fixed gunicorn example config diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -57,8 +57,8 @@ max_request_body_size = 107374182400 #proc_name = rhodecode ## type of worker class, one of sync, eventlet, gevent, tornado ## recommended for bigger setup is using of of other than sync one -#worker-class = sync -#max-requests = 5 +#worker_class = sync +#max_requests = 5 ## COMMON ## host = 0.0.0.0 diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -57,8 +57,8 @@ max_request_body_size = 107374182400 #proc_name = rhodecode ## type of worker class, one of sync, eventlet, gevent, tornado ## recommended for bigger setup is using of of other than sync one -#worker-class = sync -#max-requests = 5 +#worker_class = sync +#max_requests = 5 ## COMMON ## host = 127.0.0.1 diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -57,8 +57,8 @@ max_request_body_size = 107374182400 #proc_name = rhodecode ## type of worker class, one of sync, eventlet, gevent, tornado ## recommended for bigger setup is using of of other than sync one -#worker-class = sync -#max-requests = 5 +#worker_class = sync +#max_requests = 5 ## COMMON ## host = 127.0.0.1