diff --git a/packages/worker/src/worker-tuner.ts b/packages/worker/src/worker-tuner.ts index a5876c75b..f751920c9 100644 --- a/packages/worker/src/worker-tuner.ts +++ b/packages/worker/src/worker-tuner.ts @@ -95,7 +95,7 @@ export interface ResourceBasedTuner { tunerOptions: ResourceBasedTunerOptions; /** * Options for workflow task slots. Defaults to a minimum of 2 slots and a maximum of 1000 slots - * with no ramp throttle + * with 10ms ramp throttle */ workflowTaskSlotOptions?: ResourceBasedSlotOptions; /**