We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02d503 commit 79758d0Copy full SHA for 79758d0
1 file changed
src/worker.js
@@ -17,7 +17,7 @@ readPipe.on('close', onTerminateRead);
17
readPipe.on('error', onError);
18
writePipe.on('error', onError);
19
20
-const PARALLEL_JOBS = +process.argv[2];
+const PARALLEL_JOBS = +process.argv[2] || 20;
21
22
let terminated = false;
23
let nextQuestionId = 0;
0 commit comments