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.
Parameters
Section titled “Parameters”delayInMilliseconds
Section titled “delayInMilliseconds”number
The delay to add to the call time, in milliseconds.