You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/14 09:33:49 UTC

[GitHub] flimzy commented on a change in pull request #348: Improve clustered purge documentation

flimzy commented on a change in pull request #348: Improve clustered purge documentation
URL: https://github.com/apache/couchdb-documentation/pull/348#discussion_r233370302
 
 

 ##########
 File path: src/cluster/purging.rst
 ##########
 @@ -129,45 +131,52 @@ consistency within the main database.
 
 Config Settings
 ====================================
-These settings ca be updated in the default.ini or local.ini:
+These settings can be updated in the default.ini or local.ini:
+
++-----------------------+--------------------------------------------+----------+
+| Field                 | Description                                | Default  |
++=======================+============================================+==========+
+| max_document_id_number| Allowed maximum number of documents in one | 100      |
+|                       | purge request                              |          |
++-----------------------+--------------------------------------------+----------+
+| max_revisions_number  | Allowed maximum number of accumulated      | 1000     |
+|                       | revisions in one purge request.            |          |
 
 Review comment:
   This is a super anal nit-pick, but maybe remove the period, since none of the other descriptions have periods?
   ```suggestion
   |                       | revisions in one purge request             |          |
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services