dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit ac20e26f7dbce85eeb5026618835083677b15af2
parent 6e08c03f3394f379629718e9af3edec798de1f3c
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  5 Oct 2021 09:40:42 -0700

Increase gpg agent timeout to 12h

This is fine for my own local machine on an internal network.

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

diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf @@ -1,2 +1,2 @@ -# Timeout gpg keys after 60 minutes. -default-cache-ttl 3600 +# Timeout gpg keys after 12 hours. +default-cache-ttl 43200