diff options
author | listout <listout@protonmail.com> | 2021-04-30 20:04:31 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-30 20:04:31 +0530 |
commit | f3bb1434164dcee86de5bc0bc56544fa08812b45 (patch) | |
tree | 86537b20eb15dc2b2054e4f3da0fd8168664eda0 /.gnupg | |
parent | 103ce09d0d07e6c16f8744044c29e245fa63a49e (diff) |
make gpg agent run for longer once activated
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 97471b7..45f520a 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,2 +1,4 @@ no-allow-external-cache +default-cache-ttl 28800 +max-cache-ttl 28800 pinentry-program /usr/bin/pinentry-curses |