comparison production.ini @ 3965:5aa571d559bf

merged dev into stable
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jun 2013 20:01:57 +0200
parents 60900e877b31 8c11a295d131
children cdf10b3df899
comparison
equal deleted inserted replaced
3963:60900e877b31 3965:5aa571d559bf
57 #proc_name = rhodecode 57 #proc_name = rhodecode
58 ## type of worker class, one of sync, eventlet, gevent, tornado 58 ## type of worker class, one of sync, eventlet, gevent, tornado
59 ## 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
60 #worker_class = sync 60 #worker_class = sync
61 #max_requests = 5 61 #max_requests = 5
62 ## ammount of time a worker can handle request before it get's killed and
63 ## restarted
64 #timeout = 3600
62 65
63 ## COMMON ## 66 ## COMMON ##
64 host = 127.0.0.1 67 host = 127.0.0.1
65 port = 5000 68 port = 5000
66 69