diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2019-07-11 12:23:38 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2019-07-11 14:31:09 -0400 |
commit | 9d098787a71d1c7f7f6adea05da15b0da3ecc7ef (patch) | |
tree | baf090203ca6aadd483877668a8fccd9a8b96bc7 | |
parent | 85dc624bdbb01189b1e100ca3944de2f514abd0b (diff) | |
download | couchdb-9d098787a71d1c7f7f6adea05da15b0da3ecc7ef.tar.gz |
Add missing purge settings to default.ini
-rw-r--r-- | rel/overlay/etc/default.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 44aa824e3..dbb0744b9 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -70,6 +70,17 @@ default_engine = couch ; is 10GiB. A value of 0 or less will disable partition size checks. ;max_partition_size = 10737418240 +[purge] +; Allowed maximum number of documents in one purge request +;max_document_id_number = 100 +; +; Allowed maximum number of accumulated revisions in one purge request +;max_revisions_number = 1000 +; +; Allowed durations when index is not updated for local purge checkpoint +; document. Default is 24 hours. +;index_lag_warn_seconds = 86400 + [couchdb_engines] ; The keys in this section are the filename extension that ; the specified engine module will use. This is important so |