chore: v2.6.11
[poolifier.git] / src / pools / worker-node.ts
index c2acd65b26290f576a1deb64630ceca5cb580466..ea50ebdbe036353070af773d4470213c10061237 100644 (file)
@@ -75,7 +75,7 @@ implements IWorkerNode<Worker, Data> {
       id: this.getWorkerId(worker, workerType),
       type: workerType,
       dynamic: false,
-      started: true
+      ready: false
     }
   }