From 9139e2d411d5550b9e55be4ac7918b6868ccf19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 8 Apr 2016 01:53:17 +0200 Subject: [PATCH] Extend gpg agent cache duration. --- gnupg/gpg-agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index 4a6d2a2..5456a94 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,5 +1,5 @@ -default-cache-ttl 3600 -default-cache-ttl-ssh 3600 +default-cache-ttl 86400 +default-cache-ttl-ssh 86400 max-cache-ttl 86400 max-cache-ttl-ssh 86400