pub const IPC_VARIANCE_PERIOD_ITERS: u64 = 64;Expand description
Hot+cold pair iterations per outer loop in
WorkType::IpcVariance. 64 keeps per-stop-check
overhead at <2% while bounding shutdown latency to one
outer iteration (~10ms with the defaults above).