##// END OF EJS Templates
removed yet unavailable option for waitress
marcink -
r3938:c2796759 beta
parent child Browse files
Show More
@@ -46,7 +46,7 b' threads = 5'
46 46 max_request_body_size = 107374182400
47 47 ## use poll instead of select, fixes fd limits, may not work on old
48 48 ## windows systems.
49 asyncore_use_poll = True
49 #asyncore_use_poll = True
50 50
51 51 ## GUNICORN ##
52 52 #use = egg:gunicorn#main
@@ -46,7 +46,7 b' threads = 5'
46 46 max_request_body_size = 107374182400
47 47 ## use poll instead of select, fixes fd limits, may not work on old
48 48 ## windows systems.
49 asyncore_use_poll = True
49 #asyncore_use_poll = True
50 50
51 51 ## GUNICORN ##
52 52 #use = egg:gunicorn#main
@@ -46,7 +46,7 b' threads = 5'
46 46 max_request_body_size = 107374182400
47 47 ## use poll instead of select, fixes fd limits, may not work on old
48 48 ## windows systems.
49 asyncore_use_poll = True
49 #asyncore_use_poll = True
50 50
51 51 ## GUNICORN ##
52 52 #use = egg:gunicorn#main
General Comments 0
You need to be logged in to leave comments. Login now