Skip to content

Commit a5222d6

Browse files
committed
fix: backpressure
1 parent efcd275 commit a5222d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/threading/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function createWorkerPool(threads) {
2222
filename: workerScript,
2323
minThreads: threads,
2424
maxThreads: threads,
25-
maxQueue: threads * 2,
2625
idleTimeout: Infinity, // Keep workers alive
2726
});
2827
}

0 commit comments

Comments
 (0)