changeset 3945:535be0731523 beta

fixed gunicorn example config
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 04 Jun 2013 14:42:49 +0200
parents d18500a8840c
children 1a382ba6ddaf
files development.ini production.ini rhodecode/config/deployment.ini_tmpl
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Tue Jun 04 12:50:46 2013 +0200
+++ b/development.ini	Tue Jun 04 14:42:49 2013 +0200
@@ -57,8 +57,8 @@
 #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
--- a/production.ini	Tue Jun 04 12:50:46 2013 +0200
+++ b/production.ini	Tue Jun 04 14:42:49 2013 +0200
@@ -57,8 +57,8 @@
 #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
--- a/rhodecode/config/deployment.ini_tmpl	Tue Jun 04 12:50:46 2013 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Tue Jun 04 14:42:49 2013 +0200
@@ -57,8 +57,8 @@
 #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