wohali commented on a change in pull request #348: Improve clustered purge documentation URL: https://github.com/apache/couchdb-documentation/pull/348#discussion_r233982704
########## 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 | | ++-----------------------+--------------------------------------------+----------+ +| allowed_purge_seq_lag | Beside purged_infos_limit, allowed | 100 | +| | additional buffer to store purge requests | | ++-----------------------+--------------------------------------------+----------+ +| index_lag_warn_seconds| Allowed durations when index is not | | +| | updated for local purge checkpoint document| 86400 | Review comment: Top-align 86400 to the previous line (line 148) please ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
