comparison rhodecode/bin/template.ini.mako @ 4092:1d24330289a2

Added uwsgi timeouts into example
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:52:29 +0200
parents a5888ca796b5
children 010e9532801a
comparison
equal deleted inserted replaced
4091:433d6385b216 4092:1d24330289a2
101 max-requests = 1000 101 max-requests = 1000
102 102
103 <%text>## enable large buffers</%text> 103 <%text>## enable large buffers</%text>
104 buffer-size=65535 104 buffer-size=65535
105 105
106 <%text>## socket and http timeouts ##</%text>
107 http-timeout=3600
108 socket-timeout=3600
109
106 <%text>## Log requests slower than the specified number of milliseconds.</%text> 110 <%text>## Log requests slower than the specified number of milliseconds.</%text>
107 log-slow = 10 111 log-slow = 10
108 112
109 <%text>## Exit if no app can be loaded.</%text> 113 <%text>## Exit if no app can be loaded.</%text>
110 need-app = true 114 need-app = true