Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set a limit of how many threads fd will use by default. On hosts that have a large number of cores, using additional threads has diminishing returns, and having large numbers of threads increases the setup cost. Thus we don't necessarily want to use the same number of threads as we have cores. Fixes: sharkdp#1203
- Loading branch information