feat(git): increase git credential cache timeout to 10h
This commit is contained in:
parent
5a847f275e
commit
66abdb7b75
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue