@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface TimeoutMiddlewareConfig

    interface TimeoutMiddlewareConfig {
        ttl: number;
    }
    Index

    Properties

    Properties

    ttl: number

    Maximum time in milliseconds before the wrapped operation is aborted and a timeout error is thrown. Defaults to 5000ms.