pub const DEFAULT_CONCURRENCY_LIMIT: usize = 64;
Default process-wide cap on in-flight requests. Retained for callers that want a single number; production deployments should prefer the per-route caps below.