You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/06/02 20:11:36 UTC

[couchdb] branch document-aegis-grace created (now 351a880)

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

jaydoane pushed a change to branch document-aegis-grace
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 351a880  Document aegis.cache_deletion_grace_sec

This branch includes the following new commits:

     new 351a880  Document aegis.cache_deletion_grace_sec

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Document aegis.cache_deletion_grace_sec

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch document-aegis-grace
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 351a88083e09f7ba6006f2ca54e7591236c02c19
Author: Jay Doane <ja...@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