From: Junio C Hamano Date: Tue, 1 Jul 2025 22:24:45 +0000 (-0700) Subject: Meta/Dothem: default to -j32, not -j2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ab66f7ad9e7377a6c0e60e4abc61a9af75bc299;p=thirdparty%2Fgit.git Meta/Dothem: default to -j32, not -j2 --- diff --git a/Dothem b/Dothem index b8eab21ec2..bf84d66f1c 100755 --- 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