From 4756f5579797c9ccec842f0a8ec77b78f336656f Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Tue, 23 Feb 2021 08:37:27 -0500 Subject: [PATCH] Set a longer timeout for git cache --- bin/all-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/all-update.sh b/bin/all-update.sh index ed828fc..f041382 100755 --- a/bin/all-update.sh +++ b/bin/all-update.sh @@ -1,6 +1,6 @@ #!/bin/bash -git config --global credential.helper cache +git config --global credential.helper 'cache --timeout=604800' cd $HOME