changeset 3938:c27967598e0c beta

removed yet unavailable option for waitress
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 Jun 2013 16:04:12 +0200
parents 2f5e6f1c5bdc
children 584ec42af63d
files development.ini production.ini rhodecode/config/deployment.ini_tmpl
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Mon Jun 03 14:18:07 2013 +0200
+++ b/development.ini	Mon Jun 03 16:04:12 2013 +0200
@@ -46,7 +46,7 @@
 max_request_body_size = 107374182400
 ## use poll instead of select, fixes fd limits, may not work on old
 ## windows systems.
-asyncore_use_poll = True
+#asyncore_use_poll = True
 
 ## GUNICORN ##
 #use = egg:gunicorn#main
--- a/production.ini	Mon Jun 03 14:18:07 2013 +0200
+++ b/production.ini	Mon Jun 03 16:04:12 2013 +0200
@@ -46,7 +46,7 @@
 max_request_body_size = 107374182400
 ## use poll instead of select, fixes fd limits, may not work on old
 ## windows systems.
-asyncore_use_poll = True
+#asyncore_use_poll = True
 
 ## GUNICORN ##
 #use = egg:gunicorn#main
--- a/rhodecode/config/deployment.ini_tmpl	Mon Jun 03 14:18:07 2013 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Mon Jun 03 16:04:12 2013 +0200
@@ -46,7 +46,7 @@
 max_request_body_size = 107374182400
 ## use poll instead of select, fixes fd limits, may not work on old
 ## windows systems.
-asyncore_use_poll = True
+#asyncore_use_poll = True
 
 ## GUNICORN ##
 #use = egg:gunicorn#main