modal
    Preparing search index...

    Type Alias ClsConcurrencyOptions

    type ClsConcurrencyOptions = {
        maxInputs: number;
        targetInputs?: number;
    }
    Index

    Properties

    maxInputs: number
    targetInputs?: number