feat(git): increase git credential cache timeout to 10h

main
mandlm 2024-08-02 07:47:19 +02:00
parent 5a847f275e
commit 66abdb7b75
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
core.editor = "nvim"; core.editor = "nvim";
core.pager = "less -FX"; core.pager = "less -FX";
credential.helper = "cache --timeout=3600"; credential.helper = "cache --timeout=36000";
diff.ignoreSubmodules = "none"; diff.ignoreSubmodules = "none";