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 @@ -91,6 +91,9 @@ max_request_body_size = 107374182400 ## (avoid memory leaks). #max-requests = 1000 +## enable large buffers +#buffer-size=65535 + ## Log requests slower than the specified number of milliseconds. #log-slow = 10