# HG changeset patch # User Marcin Kuzminski # Date 2013-06-03 14:04:12 # Node ID c27967598e0c3d73c87439701dcc08659bdfbc0c # Parent 2f5e6f1c5bdc3597a5318ef5c502a7ad145f4ded removed yet unavailable option for waitress diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -46,7 +46,7 @@ threads = 5 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 diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -46,7 +46,7 @@ threads = 5 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 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 @@ -46,7 +46,7 @@ threads = 5 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