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 efcd275 commit a5222d6Copy full SHA for a5222d6
src/threading/index.mjs
@@ -22,7 +22,6 @@ export default function createWorkerPool(threads) {
22
filename: workerScript,
23
minThreads: threads,
24
maxThreads: threads,
25
- maxQueue: threads * 2,
26
idleTimeout: Infinity, // Keep workers alive
27
});
28
}
0 commit comments