modal
    Preparing search index...

    Type Alias ClsBatchingOptions

    type ClsBatchingOptions = {
        maxBatchSize: number;
        waitMs: number;
    }
    Index

    Properties

    Properties

    maxBatchSize: number
    waitMs: number