OpenTelemetry SDK
    Preparing search index...

    Interface ForceFlushOptions

    interface ForceFlushOptions {
        timeoutMillis?: number;
    }
    Index
    timeoutMillis?: number

    How long the force flush can run before it is cancelled. The default value is 30000ms.