# HG changeset patch # User Marcin Kuzminski # Date 1370268252 -7200 # Node ID c27967598e0c3d73c87439701dcc08659bdfbc0c # Parent 2f5e6f1c5bdc3597a5318ef5c502a7ad145f4ded removed yet unavailable option for waitress diff -r 2f5e6f1c5bdc -r c27967598e0c development.ini --- 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 diff -r 2f5e6f1c5bdc -r c27967598e0c production.ini --- 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 diff -r 2f5e6f1c5bdc -r c27967598e0c rhodecode/config/deployment.ini_tmpl --- 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