pub const RATE_LIMIT_BACKOFF: Duration;Expand description
How long a vendor is left alone after it answered HTTP 429. Without this every 60 s poll re-hit a rate-limited endpoint, which only extends the limit; five minutes is long enough for the common per-minute windows to roll over and short enough that the bar recovers unattended.