Skip to main content

Variable: TIMEOUT_CONSTRAINTS_MS

const TIMEOUT_CONSTRAINTS_MS: { MAX: 300000; MIN: 1000; STEP: 1000; }

Defined in: src/constants.ts:298

Internal timeout constraints in milliseconds for backend operations.

Type Declarationโ€‹

MAXโ€‹

readonly MAX: 300000 = 300_000

Maximum timeout in milliseconds

MINโ€‹

readonly MIN: 1000 = 1000

Minimum timeout in milliseconds

STEPโ€‹

readonly STEP: 1000 = 1000

Step increment in milliseconds

Remarksโ€‹

These values correspond to TIMEOUT_CONSTRAINTS but are converted to milliseconds for actual timeout implementation.