modal-ts
    Preparing search index...

    Type Alias ClsWithBatchingParams

    Cls のダイナミックバッチング設定パラメータ

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

    Properties

    Properties

    maxBatchSize: number

    最大バッチサイズ

    waitMs: number

    バッチ待機時間(ミリ秒)