From a0664568d8f063eed7985eefa6eeb39b91268491 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 4 May 2020 21:22:49 +0200 Subject: [PATCH] Add GPG config --- botfiles/.gnupg/gpg-agent.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 botfiles/.gnupg/gpg-agent.conf diff --git a/botfiles/.gnupg/gpg-agent.conf b/botfiles/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..3ddc386 --- /dev/null +++ b/botfiles/.gnupg/gpg-agent.conf @@ -0,0 +1,2 @@ +max-cache-ttl 31536000 +default-cache-ttl 31536000