fix: increase pass password caching time

This commit is contained in:
Klesh Wong 2022-12-19 16:41:58 +08:00
parent 572963baf3
commit 38b4ce3a39

View File

@ -41,8 +41,8 @@ esac
# longer password caching time
cat <<EOF > ~/.gnupg/gpg-agent.conf
pinentry-program $PINENTRY
default-cache-ttl 28800
max-cache-ttl 28800
default-cache-ttl 43200
max-cache-ttl 43200
EOF