TransferTimeoutPolicy
Defined in: src/transfers/TransferJob.ts:53
Timeout policy applied by the transfer engine.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
retryable? | boolean | Whether timeout failures are retryable. Defaults to true. | src/transfers/TransferJob.ts:57 |
timeoutMs? | number | Maximum duration for the full engine execution, including retries, in milliseconds. | src/transfers/TransferJob.ts:55 |