feat: remove the experimental status of LEAST_ELU WCS
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 4377624e97a1d316dba60687870ac6308d44b158..6a6dfe726d6287690eae99934f0dbaa27722360b 100644 (file)
@@ -16,8 +16,6 @@ export const WorkerChoiceStrategies = Object.freeze({
   LEAST_BUSY: 'LEAST_BUSY',
   /**
    * Least ELU worker selection strategy.
-   *
-   * @experimental
    */
   LEAST_ELU: 'LEAST_ELU',
   /**