pub const DEFAULT_QUEUE_MAX_RETRIES: u32 = 3;Expand description
Default maximum retries for a queue page.
Three retries matches the documented
“wait, retry, escalate” cadence. The caller can override
via InterstitialPolicy::with_queue_max_retries.