comparison rhodecode/config/deployment.ini_tmpl @ 4089:a5888ca796b5

Fixed spelling of get's to gets
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Jul 2013 21:54:28 +0200
parents 4ec370789b3e
children 1d24330289a2
comparison
equal deleted inserted replaced
4088:7c73f1868318 4089:a5888ca796b5
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 62 ## ammount of time a worker can handle request before it gets killed and
63 ## restarted 63 ## restarted
64 #timeout = 3600 64 #timeout = 3600
65 65
66 ## UWSGI ## 66 ## UWSGI ##
67 ## run with uwsgi --ini-paste-logged <inifile.ini> 67 ## run with uwsgi --ini-paste-logged <inifile.ini>