Interface DebounceBackOffBehaviorOptions

interface DebounceBackOffBehaviorOptions {
    max?: number;
    inc(currentMS): number;
}

Properties

Methods

Properties

max?: number

An optional maximum time to reach.

Default

Number.MAX_SAFE_INTEGER

Methods

Generated using TypeDoc