diff 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
line wrap: on
line diff
--- a/rhodecode/bin/template.ini.mako	Wed Jul 17 12:24:07 2013 +0200
+++ b/rhodecode/bin/template.ini.mako	Thu Jul 18 12:52:29 2013 +0200
@@ -103,6 +103,10 @@
 <%text>## enable large buffers</%text>
 buffer-size=65535
 
+<%text>## socket and http timeouts ##</%text>
+http-timeout=3600
+socket-timeout=3600
+
 <%text>## Log requests slower than the specified number of milliseconds.</%text>
 log-slow = 10