From 7b089d59ee0259963848957e8da0ee4ceffd25b6 Mon Sep 17 00:00:00 2001 From: Miquel Puig Turon Date: Wed, 23 Apr 2025 10:27:03 +0200 Subject: [PATCH] Fix code comment docs --- packages/worker/src/worker-tuner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**