MIN_PARALLELISM

Constant MIN_PARALLELISM 

Source
pub const MIN_PARALLELISM: usize = 10;
Expand description

Minimum number of parallel operations regardless of CPU count.

This ensures reasonable parallelism even on single-core machines. The value of 10 provides good throughput for I/O-bound Git operations.