couchbase
    Preparing search index...

    Interface OrphanReporterConfig

    Specifies orphan report logging options for the client.

    NOTE: These options are used to configure the underlying C++ core orphan report logging.

    interface OrphanReporterConfig {
        emitInterval?: number;
        sampleSize?: number;
    }
    Index

    Properties

    emitInterval?: number

    Specifies the interval after which the aggregated orphaned response information is logged, specified in millseconds. Defaults to 10000 (10 seconds) if not specified.

    sampleSize?: number

    Specifies how many orphaned response entries to sample per service in each emit interval. Defaults to 64 if not specified.