diff --git a/tools/lint-js.js b/tools/lint-js.js index 109cafbe9b4cad..30ff2d313c46c4 100644 --- a/tools/lint-js.js +++ b/tools/lint-js.js @@ -3,7 +3,7 @@ const rulesDirs = ['tools/eslint-rules']; const extensions = ['.js', '.md']; // This is the maximum number of files to be linted per worker at any given time -const maxWorkload = 40; +const maxWorkload = 60; const cluster = require('cluster'); const path = require('path');