nickva commented on a change in pull request #3567:
URL: https://github.com/apache/couchdb/pull/3567#discussion_r636485210
##########
File path: src/chttpd/src/chttpd.erl
##########
@@ -648,8 +647,7 @@ body(#httpd{mochi_req=MochiReq, req_body=ReqBody}) ->
case ReqBody of
undefined ->
% Maximum size of document PUT request body (4GB)
- MaxSize = config:get_integer("httpd", "max_http_request_size",
- 4294967296),
+ MaxSize =
chttpd_util:get_chttpd_config_integer(max_http_request_size, 4294967296),
Review comment:
Let's keep the lines less than =<80 columns
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]