From f6a2541e4f4ff5a63aaabaa504f8df6844c5a676 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Thu, 1 Sep 2022 13:57:30 +0300 Subject: [PATCH] git: pack.threads=4 --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index fe3f95f..ed8526d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,8 +17,9 @@ [maintainance] auto = false [pack] - writeReverseIndex = true + threads = 4 useSparse = true + writeReverseIndex = true [pull] ff = only [push]