From d65860c0acc5d70c20536493c30ccf68eccccf0e Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Sat, 27 Jan 2024 11:24:27 +0300 Subject: [PATCH] git: refresh a bit --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 0e38211..7a54cbf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ [core] abbrev = 8 bigFileThreshold = 16m - compression = 1 + compression = 5 [credential] helper = cache --timeout=86400 [fetch] @@ -19,6 +19,7 @@ [maintainance] auto = false [pack] + compression = 7 packSizeLimit = 1g threads = 4 useSparse = true