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 15:22:00 UTC

[couchdb-documentation] 01/02: 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 676c634b9859fd9dbe76fc791faa67057a55ba64
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..e5fb5ac 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 `config:option:`httpd/max_http_request_size` configuration parameter
+  was added. This has the same behavior as the old
+  :config:option:`couchdb/max_document_size` configuration parameter, which
+  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.
 
 .. _release/2.1.1:
 

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