commit 5e6efb04e02d83b254cce36ac7b4bac10d9d6625 parent 92f1dc0356df137b45b9ec26eddcfeabff7d5024 Author: Andrew Laack <andrew@laack.co> Date: Thu, 19 Feb 2026 02:26:59 -0600 Testing different ttl Diffstat:
| M | installers/arch-private-installation.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -15,4 +15,4 @@ echo "max-cache-ttl 288000">> ~/.gnupg/gpg-agent.conf git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" git config --global credential.helper cache -git config --global credential.helper 'cache --timeout=36000' +git config --global credential.helper 'cache --timeout=30000'