pub const DEFAULT_BACKOFF_CAP_MS: u64 = 60_000;
Hard cap on a single backoff interval (avoids unbounded growth).