move nodejs/express to cirosantilli.github.io

This commit is contained in:
Ciro Santilli
2021-12-07 18:23:08 +00:00
parent 9b6552ab6c
commit 97773a4e3c
2 changed files with 1 additions and 87 deletions

View File

@@ -25,7 +25,7 @@ function generatePrimes(start, range) {
if (isMainThread) {
const max = 1e2;
const threadCount = +process.argv[2] || 10;
const threads = new Set();;
const threads = new Set();
const range = Math.ceil((max - min) / threadCount);
let start = min;
for (let i = 0; i < threadCount - 1; i++) {