X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-types.ts;h=23efd2993d64eefd07087032e8ae39be5c2f0ccd;hb=737c6d97f8089996a9e30f77104d58afcf5791ba;hp=3e7c3427e84f7bedb015e8f6d7ef54215377bd40;hpb=b7c84bbf50f0263f8054494b74430e3115c9ea58;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-types.ts b/src/pools/selection-strategies/selection-strategies-types.ts index 3e7c3427..23efd299 100644 --- a/src/pools/selection-strategies/selection-strategies-types.ts +++ b/src/pools/selection-strategies/selection-strategies-types.ts @@ -9,9 +9,9 @@ export const WorkerChoiceStrategies = Object.freeze({ */ ROUND_ROBIN: 'ROUND_ROBIN', /** - * Less recently used worker selection strategy. + * Less used worker selection strategy. */ - LESS_RECENTLY_USED: 'LESS_RECENTLY_USED', + LESS_USED: 'LESS_USED', /** * Fair share worker selection strategy. */