chore: v2.4.9
[poolifier.git] / src / pools / pool.ts
index 4115ab5b9a5c7d5d99e1b869ff5340fab42d9c5b..f4a1791504f16964c94f378be5a35b066e0cc0e9 100644 (file)
@@ -84,7 +84,7 @@ export interface PoolOptions<Worker extends IWorker> {
   /**
    * The worker choice strategy to use in this pool.
    *
-   * @defaultValue 'ROUND_ROBIN'
+   * @defaultValue WorkerChoiceStrategies.ROUND_ROBIN
    */
   workerChoiceStrategy?: WorkerChoiceStrategy
   /**