feat(git): increase git credential cache timeout to 10h
This commit is contained in:
parent
5a847f275e
commit
66abdb7b75
@ -28,7 +28,7 @@
|
||||
core.editor = "nvim";
|
||||
core.pager = "less -FX";
|
||||
|
||||
credential.helper = "cache --timeout=3600";
|
||||
credential.helper = "cache --timeout=36000";
|
||||
|
||||
diff.ignoreSubmodules = "none";
|
||||
|
||||
|
Reference in New Issue
Block a user