refactor: cleanup worker choice strategies options namespace
[poolifier.git] / src / utils.ts
index 8b88d2afc90424bdc23a4e2746f331295770b15c..21b2032b47086484e2b39475b06310950d95c08b 100644 (file)
@@ -31,7 +31,7 @@ export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
  */
 export const DEFAULT_WORKER_CHOICE_STRATEGY_OPTIONS: WorkerChoiceStrategyOptions =
   {
-    choiceRetries: 6,
+    retries: 6,
     runTime: { median: false },
     waitTime: { median: false },
     elu: { median: false }