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
@@ -102,7 +102,7 @@ then
102
fi
103
fi
104
test -n "$branches" || branches="next $MASTER maint jch seen"
105
-test -n "$jobs" || jobs=-j2
105
+test -n "$jobs" || jobs=-j32
106
107
find_installed () {
108
branch=$1