diff rhodecode/config/deployment.ini_tmpl @ 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 92ec93df78f0
children 535be0731523
line wrap: on
line diff
--- 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