diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -94,6 +94,10 @@ max_request_body_size = 107374182400 ## enable large buffers #buffer-size=65535 +## socket and http timeouts ## +#http-timeout=3600 +#socket-timeout=3600 + ## Log requests slower than the specified number of milliseconds. #log-slow = 10