Github user nickva commented on a diff in the pull request:

    https://github.com/apache/couchdb-chttpd/pull/156#discussion_r104803991
  
    --- Diff: src/chttpd.erl ---
    @@ -630,7 +630,7 @@ body(#httpd{mochi_req=MochiReq, req_body=ReqBody}) ->
             undefined ->
                 % Maximum size of document PUT request body (4GB)
                 MaxSize = list_to_integer(
    -                config:get("couchdb", "max_document_size", "4294967296")),
    +                config:get("httpd", "max_http_request_size", 
"4294967296")),
    --- End diff --
    
    @iilyak updated to use get_integer


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to