Configuration options for the TaskRunner

interface TaskRunnerOptions {
    maxConcurrentTask?: number;
}

Properties

maxConcurrentTask?: number

How many workers should be spawned at the same time?

Generated using TypeDoc