pub const MAX_CONCURRENCY: usize = 16;
Maximum allowed concurrency to prevent resource exhaustion. Higher values can cause “too many open files” errors and network saturation.