Interface ITimeoutOptions

Hierarchy

Properties

throwOnTimeout?: boolean

Whether or not a timeout is considered an exception.

Default

false
timeout?: number

Per-operation timeout in milliseconds. Operations fulfill once timeout elapses if they haven't already.

Generated using TypeDoc