diff options
author | Jan Lehnardt <jan@apache.org> | 2018-07-16 10:37:33 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2018-07-17 12:02:19 +0200 |
commit | 3ef31497839024a9e44bedf6dcc7dcaaf8d83276 (patch) | |
tree | 2b6d29e8ff9f07c7c53605dc0a84ca8359038b49 | |
parent | 6ed65e83e572cc28832d90c3bc2f88a246b5a6d6 (diff) | |
download | couchdb-3ef31497839024a9e44bedf6dcc7dcaaf8d83276.tar.gz |
re-raise max_http_request_size to 4GB
-rw-r--r-- | rel/overlay/etc/default.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index fbc61afd6..77f0e387c 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -152,7 +152,7 @@ enable_xframe_options = false ; x_forwarded_proto = X-Forwarded-Proto ; x_forwarded_ssl = X-Forwarded-Ssl ; Maximum allowed http request size. Applies to both clustered and local port. -max_http_request_size = 67108864 ; 64 MB +max_http_request_size = 4294967296 ; 4GB ; [httpd_design_handlers] ; _view = |