Home > @rushstack/module-minifier > IWorkerPoolMinifierOptions > maxThreads
IWorkerPoolMinifierOptions.maxThreads property
Maximum number of worker threads to use. Will never use more than there are modules to process. Defaults to os.availableParallelism()
Signature:
maxThreads?: number;