Function: clampRetryAfterMs()
function clampRetryAfterMs(ms): number;
Defined in: backoff.ts:65
Retry-After overrides the computed sleep, clamped to 1 s … 1 h so a
misconfigured proxy cannot park a device for a day (docs/10 §1.3).
Parameters
| Parameter | Type |
|---|---|
ms | number |
Returns
number