pub const MIN_INTERVAL: Duration;Expand description
The smallest gap allowed between two outbound requests.
Long enough to break up bursts and to make an accidental loop self limiting, short enough that submitting both parts of a puzzle in one run stays comfortable. A person cannot solve a puzzle faster than this, so in ordinary use the throttle never actually waits.