comparison development.ini @ 4092:1d24330289a2

Added uwsgi timeouts into example
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:52:29 +0200
parents 4ec370789b3e
children 010e9532801a
comparison
equal deleted inserted replaced
4091:433d6385b216 4092:1d24330289a2
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>
91 ## (avoid memory leaks). 91 ## (avoid memory leaks).
92 #max-requests = 1000 92 #max-requests = 1000
93 93
94 ## enable large buffers 94 ## enable large buffers
95 #buffer-size=65535 95 #buffer-size=65535
96
97 ## socket and http timeouts ##
98 #http-timeout=3600
99 #socket-timeout=3600
96 100
97 ## Log requests slower than the specified number of milliseconds. 101 ## Log requests slower than the specified number of milliseconds.
98 #log-slow = 10 102 #log-slow = 10
99 103
100 ## Exit if no app can be loaded. 104 ## Exit if no app can be loaded.