comparison development.ini @ 3935:92ec93df78f0 beta

added info about settings instance_id=* with gunicorn setup and >1 workers
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 Jun 2013 03:10:48 +0200
parents 985db7f7b9b2
children c27967598e0c
comparison
equal deleted inserted replaced
3934:eabb273bfd80 3935:92ec93df78f0
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. Don't change that to more than 1 53 ## number of process workers. You must set `instance_id = *` when this option
54 ## is set to more than one worker
54 #workers = 1 55 #workers = 1
55 ## process name 56 ## process name
56 #proc_name = rhodecode 57 #proc_name = rhodecode
57 ## type of worker class, one of sync, eventlet, gevent, tornado 58 ## type of worker class, one of sync, eventlet, gevent, tornado
58 ## recommended for bigger setup is using of of other than sync one 59 ## recommended for bigger setup is using of of other than sync one