React Executor - v0.0.25
    Preparing search index...

    Interface RetryActivatedOptions

    Options of the retryActivated plugin.

    interface RetryActivatedOptions {
        staleDelay?: number;
    }
    Index

    Properties

    Properties

    staleDelay?: number

    The minimum delay in milliseconds that should pass between the activation and the moment the executor was last settled.

    0