Skip to main content

Variable: DEFAULT_REQUEST_TIMEOUT

const DEFAULT_REQUEST_TIMEOUT: 10000 = 10_000

Defined in: src/constants.ts:231

Default request timeout in milliseconds.

Remarksโ€‹

Set to 10 seconds to balance between allowing slow responses and preventing indefinite hangs.