Variable: TIMEOUT_CONSTRAINTS_MS
constTIMEOUT_CONSTRAINTS_MS: {MAX:300000;MIN:1000;STEP:1000; }
Defined in: src/constants.ts:342
Internal timeout constraints in milliseconds for backend operations.
Type Declarationโ
MAXโ
readonlyMAX:300000=300_000
Maximum timeout in milliseconds
MINโ
readonlyMIN:1000=1000
Minimum timeout in milliseconds
STEPโ
readonlySTEP:1000=1000
Step increment in milliseconds
Remarksโ
These values correspond to TIMEOUT_CONSTRAINTS but are converted to milliseconds for actual timeout implementation.