You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,11 @@ const pricingDefinitions = {
190
190
content:
191
191
"A single email address, Slack channel, or webhook URL that you want to send alerts to.",
192
192
},
193
+
realtime: {
194
+
title: "Realtime connections",
195
+
content:
196
+
"Realtime allows you to send the live status and data from your runs to your frontend. This is the number of simultaneous Realtime connections that can be made.",
0 commit comments