From 2180c8fc518f24701cf5ddca49028fbcc3b540e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Mon, 24 Jun 2024 13:21:44 +0200
Subject: [PATCH] Increase default cache time

---
 .gnupg/gpg-agent.conf | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index d9ece2b..6259422 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -1,5 +1,7 @@
-default-cache-ttl 7200
-max-cache-ttl 7200
+# Change default timeout in seconds to
+# 6 * 3600 = 21600 6 hours
+default-cache-ttl 21600
+max-cache-ttl 21600
 enable-ssh-support
 # MUST be a full path
 # pinentry-program /usr/bin/pinentry-tty
-- 
GitLab