RETRY_CONSTANTS
constRETRY_CONSTANTS:object
Defined in: packages/synapse-core/src/utils/constants.ts:121
Type Declaration
Section titled “Type Declaration”POLL_INTERVAL
Section titled “POLL_INTERVAL”
readonlyPOLL_INTERVAL:4000=4000
The interval in milliseconds between polls. 4 seconds is the default interval between polls.
POLL_LIMIT
Section titled “POLL_LIMIT”
readonlyPOLL_LIMIT:number=Infinity
The limit of polls.
RETRY_DELAY
Section titled “RETRY_DELAY”
readonlyRETRY_DELAY:250=250
The delay in milliseconds between retries. 250ms is the default delay between retries.
TIMEOUT
Section titled “TIMEOUT”
readonlyTIMEOUT:number
The timeout in milliseconds. 5 minutes is the default timeout.