X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-types.ts;h=6a6dfe726d6287690eae99934f0dbaa27722360b;hb=d92f3ddf917160a209b141a0dbe108da593798a5;hp=4377624e97a1d316dba60687870ac6308d44b158;hpb=46e29227a97fe04f886969199f1c14338af50543;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-types.ts b/src/pools/selection-strategies/selection-strategies-types.ts index 4377624e..6a6dfe72 100644 --- a/src/pools/selection-strategies/selection-strategies-types.ts +++ b/src/pools/selection-strategies/selection-strategies-types.ts @@ -16,8 +16,6 @@ export const WorkerChoiceStrategies = Object.freeze({ LEAST_BUSY: 'LEAST_BUSY', /** * Least ELU worker selection strategy. - * - * @experimental */ LEAST_ELU: 'LEAST_ELU', /**