From b93e1946642a36d38a18245a6104d002d70e664d Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 21 Aug 2025 10:29:53 +0200 Subject: increase cache TTLs _a bit_ --- .gnupg/gpg-agent.conf | 6 ++++-- 1 file 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 -- cgit v1.2.3