RETRY_CONSTANTS
const RETRY_CONSTANTS: object;Defined in: packages/synapse-core/src/utils/constants.ts:89
Type Declaration
Section titled “Type Declaration”DELAY_TIME
Section titled “DELAY_TIME”readonly DELAY_TIME: 4000 = 4000;FACTOR
Section titled “FACTOR”readonly FACTOR: 1 = 1;MAX_RETRY_TIME
Section titled “MAX_RETRY_TIME”readonly MAX_RETRY_TIME: number;RETRIES
Section titled “RETRIES”readonly RETRIES: number = Infinity;