defaultProviderQueueCooldown top-level constant

Duration const defaultProviderQueueCooldown

Cooldown applied to a quota death when the provider sent no Retry-After (issue #418 open question 1 — proposed 60s; flip to 30s here for snappier rotation).

Implementation

const defaultProviderQueueCooldown = Duration(seconds: 60);