summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jaydoane@apache.org>2021-06-02 13:07:58 -0700
committerJay Doane <jay.s.doane@gmail.com>2021-06-02 16:02:39 -0700
commite25ae03a75eafe5ecb286399da5186f2fac25835 (patch)
tree8a8d94b8129c161ae74f04b6a6ce75d9effdcad5
parent97a136adec57f76b22a0ec5d3a4900b16bb2c286 (diff)
downloadcouchdb-e25ae03a75eafe5ecb286399da5186f2fac25835.tar.gz
Document aegis.cache_deletion_grace_sec
-rw-r--r--rel/overlay/etc/default.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index b98ff005c..e8e06c7b0 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -716,6 +716,10 @@ writer = stderr
; The interval in seconds of how often the expiration check runs.
;cache_expiration_check_sec = 10
+; The period in seconds that an expired key remains in the cache.
+; Lowering this too much might expose races.
+;cache_deletion_grace_sec = 5
+
[prometheus]
additional_port = false
bind_address = 127.0.0.1