This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 8c9b4d3 Callout the 4GB -> 64MB limit change (#274)
8c9b4d3 is described below
commit 8c9b4d31f693ad1ef7494ba23fdd0d62ddd3a85b
Author: Amos Hayes <[email protected]>
AuthorDate: Fri May 11 16:22:10 2018 -0400
Callout the 4GB -> 64MB limit change (#274)
* Callout the 4GB -> 64MB limit change
* Fixed line wrap
* Remove trailing whitespace
---
src/whatsnew/2.1.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/whatsnew/2.1.rst b/src/whatsnew/2.1.rst
index c5c1f1a..47c4810 100644
--- a/src/whatsnew/2.1.rst
+++ b/src/whatsnew/2.1.rst
@@ -59,6 +59,11 @@ Upgrade Notes
had been unfortunately misnamed, and has now been updated to behave as the
name would suggest. Both are documented in the shipped ``default.ini`` file.
+ Note that the default for this new parameter is 64MB instead of 4GB. If you
+ get errors when trying to PUT or POST and see HTTP 413 return codes in
couchdb
+ logs, this could be the culprit. This can affect couchup in-place upgrades as
+ well.
+
* :ghissue:`914`: Certain critical config sections are blacklisted from being
modified through the HTTP API. These sections can still be modified through
the standard ``local.ini`` or ``local.d/*.ini`` files.
--
To stop receiving notification emails like this one, please contact
[email protected].