about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T22·04+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit4b005487681f0d6a53f6fd892911ed28d195f28c (patch)
tree028eb6542495c043d84e10a33e3a5e6dc6d549d5 /configs
parent16dfa55df7477d710b56c449cd4edfd3cb7d365c (diff)
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.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.gnupg/gpg-agent.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/shared/.gnupg/gpg-agent.conf b/configs/shared/.gnupg/gpg-agent.conf
index 10e50547b9cf..7c731e9bb592 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