git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-08-21 10:29:53 +0200
committermail_redacted_for_web 2025-08-21 10:29:53 +0200
commitb93e1946642a36d38a18245a6104d002d70e664d (patch)
treee14f022d13731bcbeabc17e15847bd4d92e18d76
parent4562a4e91270b2745a00284448b69ca6f5e59c75 (diff)
downloaddotfiles-b93e1946642a36d38a18245a6104d002d70e664d.tar.bz2
increase cache TTLs _a bit_testing
-rw-r--r--.gnupg/gpg-agent.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index b5bd82d..2327757 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -10,5 +10,7 @@ extra-socket /run/user/21337/gnupg/S.gpg-agent-extra
# programs like gnome-keyring would define their own values like
# pin timeout. That's going hydra/snowflake - disallow:
no-allow-external-cache
-default-cache-ttl 5
-max-cache-ttl 5
+# invalidate after n seconds, reaccessing resets timer
+default-cache-ttl 10
+# invalidate after n seconds even if timer has been reset in the meantime
+max-cache-ttl 60