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 18:53:27 UTC

[couchdb-documentation] branch master updated: Update Whatsnew docs to accurately reflect config changes. (#182)

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

flimzy 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 6d4776f  Update Whatsnew docs to accurately reflect config changes. (#182)
6d4776f is described below

commit 6d4776f16c67feeae8a1befaa9b57531fe889d97
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Oct 23 20:53:25 2017 +0200

    Update Whatsnew docs to accurately reflect config changes. (#182)
---
 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..ae29a2c 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>'].