Skip to content

Commit

Permalink
perf(): don't cap max workers
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 25, 2019
1 parent 3b2cc94 commit 82d8094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testing/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class Testing implements d.Testing {
const { Compiler } = require('../compiler/index.js');

this.compiler = new Compiler(setupTestingConfig(config));
config.maxConcurrentWorkers = Math.min(config.maxConcurrentWorkers, 6);
this.config = this.compiler.config;

this.isValid = this.compiler.isValid;
Expand Down

0 comments on commit 82d8094

Please sign in to comment.