You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2017/10/23 09:18:32 UTC

[couchdb-documentation] 01/01: Update Whatsnew docs to accurately reflect config changes.

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch whatsnew21update
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit be0553112c5ea9c59d018bafd2bc86fa6d81d869
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Oct 23 11:18:08 2017 +0200

    Update Whatsnew docs to accurately reflect config changes.
---
 src/whatsnew/2.1.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/whatsnew/2.1.rst b/src/whatsnew/2.1.rst
index 88f648b..79de5d1 100644
--- a/src/whatsnew/2.1.rst
+++ b/src/whatsnew/2.1.rst
@@ -40,10 +40,11 @@ Upgrade Notes
   ``stale=update_after`` behaviour is equivalent to ``stable=true&update=lazy``.
   The deprecated ``stale`` parameter will be removed in CouchDB 3.0.
 
-* The ``[couchdb] max_document_size`` configuration parameter was renamed
-  to ``[httpd] max_http_request_size`` to reflect its actual implementation.
-  It has been enhanced by a new ``[couchdb] single_max_doc_size`` setting.
-  Both are documented in the shipped ``default.ini`` file.
+* The new ``[httpd] max_http_request_size`` configuration parameter was added.
+  This has the same behavior as the old ``[couchdb] max_document_size``
+  configuration parameter, which was misnamed. ``[couchdb] max_document_size``
+  has now been updated to behave as the name would suggest. Both are documented
+  in the shipped ``default.ini`` file.
 
 .. _release/2.1.1:
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.