From 4b005487681f0d6a53f6fd892911ed28d195f28c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 20 Jan 2020 22:04:02 +0000 Subject: [PATCH] Extend {default,max}-cache-ttl in gpg-agent.conf I recall making these changes days ago, but I cannot seem to find any evidence of those changes. Extending the lifetimes of GPG cache to improve the UX of using `pass` and similar tools. --- configs/shared/.gnupg/gpg-agent.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/shared/.gnupg/gpg-agent.conf b/configs/shared/.gnupg/gpg-agent.conf index 10e50547b..7c731e9bb 100644 --- a/configs/shared/.gnupg/gpg-agent.conf +++ b/configs/shared/.gnupg/gpg-agent.conf @@ -1 +1,2 @@ -default-cache-ttl 300 max-cache-ttl 3600 +default-cache-ttl 7200 +max-cache-ttl 7200