Meta/Dothem: default to -j32, not -j2
Junio C Hamano committed
Jul 1, 2025 at 15:24 UTC
8ab66f7ad9e7377a6c0e60e4abc61a9af75bc299
1 file changed
+1
-1
Dothem
+1
-1
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