git: Decrease credential cache to 15 minutes

This commit is contained in:
Erwin Boskma 2024-05-07 08:45:42 +02:00
parent 268e406443
commit a54b182775
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -87,7 +87,7 @@ in
extraConfig = {
credential = {
helper = [
"cache --timeout 7200"
"cache --timeout 900"
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
];