W3Booster SDK 2.0.0
    Preparing search index...

    Interface RetryOptions

    interface RetryOptions {
        initialDelay?: number;
        maxAttempts?: number;
        maxDelay?: number;
    }
    Index
    initialDelay?: number

    Delay before the second attempt. Defaults to 250 milliseconds.

    maxAttempts?: number

    Total connection attempts. Omit for unlimited retries.

    maxDelay?: number

    Maximum delay between attempts. Defaults to 5 seconds.