Skip to content

MakeExpiryTransform

makeExpiryTransform(delayInMilliseconds): HttpAgentRequestTransformFn

Defined in: packages/agent/src/agent/http/transforms.ts:138

Create a transform that adds a delay (by default 5 minutes) to the expiry.

number

The delay to add to the call time, in milliseconds.

HttpAgentRequestTransformFn