From f2a4ed099a422fee695d3cabffffc12624addac9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 31 Jan 2023 23:38:16 +0000 Subject: [PATCH] gpg: extend gpg cache to a day --- gnupg/gpg-agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index b972346..880b47e 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,6 +1,6 @@ pinentry-program /usr/local/bin/pinentry keep-display default-cache-ttl 600 -max-cache-ttl 7200 # for pam_gnupg allow-preset-passphrase +max-cache-ttl 86400 # a day -- 2.48.1