WRR: Fix worker choice initial runtime value on each round
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index d624bdd2f0128079d68eef6ee16d888d8373031f..3ba59b42fb0b4b8233edcca1139fc4c6b3f69350 100644 (file)
@@ -35,7 +35,7 @@ export abstract class AbstractWorkerChoiceStrategy<
   ) {}
 
   /** @inheritDoc */
-  public abstract resetStatistics (): boolean
+  public abstract reset (): boolean
 
   /** @inheritDoc */
   public abstract choose (): Worker