pub const STATUS_SCAN_THREADS_PER_CORE: usize = 2;Expand description
Threads per reported core for the status scan. Above one because the scan waits on the disk far more than on the CPU; well below what the disk will queue, because past that point the extra threads only take turns.