Member Junction
    Preparing search index...

    Variable MAX_HONORED_RETRY_AFTER_MSConst

    MAX_HONORED_RETRY_AFTER_MS: number = ...

    Upper bound on an honored Retry-After, in milliseconds (5 minutes).

    A vendor occasionally returns an enormous or malformed value — a Unix timestamp mistaken for delay-seconds, a date years out. Freezing a sync's token bucket for hours on the strength of one response is a worse failure than backing off by the limiter's own decrease, so anything beyond this is treated as unusable and the limiter's default applies.