git: Decrease credential cache to 15 minutes
This commit is contained in:
parent
268e406443
commit
a54b182775
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ in
|
|||
extraConfig = {
|
||||
credential = {
|
||||
helper = [
|
||||
"cache --timeout 7200"
|
||||
"cache --timeout 900"
|
||||
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue