Interface BatchOption

interface BatchOption {
    parallel?: number;
}

Properties

Properties

parallel?: number

parallel 并行数,默认 20。