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