Removed max tasks (#225)
[poolifier.git] / benchmarks / versus-external-pools / fixed-poolifier.js
index c994620899f15283d478b3d9494186607b109a66..345fd80672ca6faa4289c7da2eb4f97088199c78 100644 (file)
@@ -10,10 +10,7 @@ const data = {
 
 const fixedPool = new FixedThreadPool(
   size,
-  './workers/poolifier/function-to-bench-worker.js',
-  {
-    maxTasks: 100000
-  }
+  './workers/poolifier/function-to-bench-worker.js'
 )
 
 async function run () {