Removed max tasks (#225)
[poolifier.git] / benchmarks / versus-external-pools / dynamic-poolifier.js
index 6a7406bc9913c0a83efd918008dd27418efed3e1..42c06e62aaa15b363ca8120f3db463f8a95be185 100644 (file)
@@ -11,10 +11,7 @@ const data = {
 const dynamicPool = new DynamicThreadPool(
   size,
   size * 3,
-  './workers/poolifier/function-to-bench-worker.js',
-  {
-    maxTasks: 10000
-  }
+  './workers/poolifier/function-to-bench-worker.js'
 )
 
 async function run () {