diff --git a/src/app/(dashboard)/dashboard/providers/[id]/page.tsx b/src/app/(dashboard)/dashboard/providers/[id]/page.tsx index 34c9cc37cc..5e118a8764 100644 --- a/src/app/(dashboard)/dashboard/providers/[id]/page.tsx +++ b/src/app/(dashboard)/dashboard/providers/[id]/page.tsx @@ -5151,6 +5151,15 @@ function ConnectionRow({ {t("autoPriority", { priority: connection.globalPriority })} )} + {connection.maxConcurrent != null && connection.maxConcurrent > 0 && ( + + dynamic_feed + {connection.maxConcurrent} + + )} {/* Rate Limit Protection — inline toggle with label */} |