Vinyl
    Preparing search index...

    Interface RequesterImplOptions

    Request impl options configuring retry and timeout behavior.

    interface RequesterImplOptions {
        retryOptions: RetryOptions;
        timeout: number;
    }
    Index

    Properties

    retryOptions: RetryOptions

    Retry configuration.

    timeout: number

    The timeout (in seconds) before the request is aborted.