pub const DEFAULT_QUEUE_INTERVAL_MS: u64 = 5_000;Expand description
Default wait interval between queue retries.
5 seconds is a safe “polite” default for the
“Please wait…” / queue-position interstitials. The
caller can shorten this via
InterstitialPolicy::with_queue_interval.