comparison 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
comparison
equal deleted inserted replaced
3937:2f5e6f1c5bdc 3938:c27967598e0c
44 threads = 5 44 threads = 5
45 ## MAX BODY SIZE 100GB 45 ## MAX BODY SIZE 100GB
46 max_request_body_size = 107374182400 46 max_request_body_size = 107374182400
47 ## use poll instead of select, fixes fd limits, may not work on old 47 ## use poll instead of select, fixes fd limits, may not work on old
48 ## windows systems. 48 ## windows systems.
49 asyncore_use_poll = True 49 #asyncore_use_poll = True
50 50
51 ## GUNICORN ## 51 ## GUNICORN ##
52 #use = egg:gunicorn#main 52 #use = egg:gunicorn#main
53 ## number of process workers. You must set `instance_id = *` when this option 53 ## number of process workers. You must set `instance_id = *` when this option
54 ## is set to more than one worker 54 ## is set to more than one worker