diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte
index b5fb33dbc3..2b2fa21c39 100644
--- a/frontend/src/lib/components/ScriptBuilder.svelte
+++ b/frontend/src/lib/components/ScriptBuilder.svelte
@@ -666,7 +666,8 @@
In this mode, the script is meant to be run on dedicated workers that run the
script at native speed. Can reach >1500rps per dedicated worker. Only
- available on enterprise edition and for the Bun language.
diff --git a/frontend/src/lib/components/flows/content/FlowSettings.svelte b/frontend/src/lib/components/flows/content/FlowSettings.svelte
index 95d54a2ea7..3a7dc45a15 100644
--- a/frontend/src/lib/components/flows/content/FlowSettings.svelte
+++ b/frontend/src/lib/components/flows/content/FlowSettings.svelte
@@ -366,7 +366,7 @@
Dedicated Worker
{
@@ -391,9 +391,9 @@
{/if}
In this mode, the script is meant to be run on dedicated workers that run the
- script at native speed. Can reach >1500rps per dedicated worker. Only available on
- enterprise edition and for the Bun language.In this mode, every scripts of this flow is run on the workers dedicated to this
+ flow that keep the scripts "hot" so that there is not cold start cost incurred.
+ Steps can run at >1500 rps in this mode.