Skip to content

TransferTimeoutPolicy

Defined in: src/transfers/TransferJob.ts:53

Timeout policy applied by the transfer engine.

PropertyTypeDescriptionDefined in
retryable?booleanWhether timeout failures are retryable. Defaults to true.src/transfers/TransferJob.ts:57
timeoutMs?numberMaximum duration for the full engine execution, including retries, in milliseconds.src/transfers/TransferJob.ts:55