summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2019-07-11 12:23:38 -0400
committerNick Vatamaniuc <vatamane@apache.org>2019-07-11 12:26:43 -0400
commitd70c15fc7f274073d50c92a0bcc136b8ee244467 (patch)
treebaf090203ca6aadd483877668a8fccd9a8b96bc7
parent3392b5579f03a5ac25167bc2efb67d524c5a3538 (diff)
downloadcouchdb-fix-default-ini-max-document-id-length-value.tar.gz
Add missing purge settings to default.inifix-default-ini-max-document-id-length-value
-rw-r--r--rel/overlay/etc/default.ini11
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