refactor: abstract out measurement statistics
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 4742d069594fed9324d6c880ef44b921593a7622..9bf28ac69c962e5203500bc6e3af5ae0d1c6ed25 100644 (file)
@@ -61,7 +61,7 @@ export interface WorkerChoiceStrategyOptions {
 }
 
 /**
- * Pool worker tasks usage statistics requirements.
+ * Pool worker node worker usage statistics requirements.
  *
  * @internal
  */