This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new e25ae03  Document aegis.cache_deletion_grace_sec
e25ae03 is described below

commit e25ae03a75eafe5ecb286399da5186f2fac25835
Author: Jay Doane <jaydo...@apache.org>
AuthorDate: Wed Jun 2 13:07:58 2021 -0700

    Document aegis.cache_deletion_grace_sec
---
 rel/overlay/etc/default.ini | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index b98ff00..e8e06c7 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

Reply via email to