imp: 50 minutes git cache credential for better devex

mason-deno-fix
pegasust 2022-12-01 08:34:27 +00:00
parent e3d5a08263
commit a24d5f49e4
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ let nvim_pkgs = [
".direnv" ".direnv"
]; ];
extraConfig = { extraConfig = {
# cache credential for 10 minutes. # cache credential for 50 minutes (a pomodoro session)
credential.helper = "cache --timeout=600"; credential.helper = "cache --timeout=3000";
}; };
# why is this no longer valid? # why is this no longer valid?
# pull = { rebase=true; }; # pull = { rebase=true; };