]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Dothem: default to -j32, not -j2
authorJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 22:24:45 +0000 (15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 22:24:45 +0000 (15:24 -0700)
Dothem

diff --git a/Dothem b/Dothem
index b8eab21ec28232af3e962b8b2d24fc2397f71d14..bf84d66f1c50de66f4c7e7805d4e6df8df39864c 100755 (executable)
--- a/Dothem
+++ b/Dothem
@@ -102,7 +102,7 @@ then
        fi
 fi
 test -n "$branches" || branches="next $MASTER maint jch seen"
-test -n "$jobs" || jobs=-j2
+test -n "$jobs" || jobs=-j32
 
 find_installed () {
        branch=$1