diff options
author | June McEnroe <programble@gmail.com> | 2016-05-15 13:59:20 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-05-15 21:16:28 -0400 |
commit | 697d5623203ecdd92b423d3b41be7868e2259656 (patch) | |
tree | 382f4e0c888638c9490d3fad55413992c29c0ae8 | |
parent | Test for linux instead (diff) | |
download | src-697d5623203ecdd92b423d3b41be7868e2259656.tar.gz src-697d5623203ecdd92b423d3b41be7868e2259656.zip |
Cache GPG key for half an hour
Diffstat (limited to '')
-rw-r--r-- | .gnupg/gpg-agent.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 75634342..83ef4996 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1 +1,2 @@ use-standard-socket +default-cache-ttl 1800 |