X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=baaf1c1ca62499106a4ce0ea41148204dda75d2b;hb=96cd253f81dfa150fe5e40d81143849c97ffc12f;hp=164a2aca5eeeec3ae86b9bfcdeeb72d872c32cb7;hpb=eb9e4ccbb3ef2976294d21dc888fb5e256bb828a;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index 164a2aca..baaf1c1c 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -12,7 +12,8 @@ export const EMPTY_FUNCTION: () => void = Object.freeze(() => { */ export const DEFAULT_WORKER_CHOICE_STRATEGY_OPTIONS: WorkerChoiceStrategyOptions = { - medRunTime: false + medRunTime: false, + medWaitTime: false } /**