providerQueueDefaultCooldown top-level constant

Duration const providerQueueDefaultCooldown

The default cooldown when a 429 carries no Retry-After (issue #418 open question 1: 60s proposed; one-line change if the owner prefers 30s).

Implementation

const providerQueueDefaultCooldown = Duration(seconds: 60);