Re: [PATCHv4 06/14] run-command: add an asynchronous parallel child processor
From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:40
Stefan Beller [off-list ref] writes:
I can confirm this now.
git fetch --recurse-submodules=yes -j 400
in an submodule-ified Android tree takes very long to start putting out useful
information, but if I hardcode the SPAWN_CAP to 4 it looks pretty amazing
fast.