feat(git): increase git credential cache timeout to 10h
parent
5a847f275e
commit
66abdb7b75
|
@ -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 New Issue