diff --git a/apps/api/src/utils/plans.ts b/apps/api/src/utils/plans.ts index 006956c..3ed5dfe 100644 --- a/apps/api/src/utils/plans.ts +++ b/apps/api/src/utils/plans.ts @@ -11,11 +11,11 @@ const PLANS: Record = { minIntervalS: 30, }, pro: { - maxMonitors: 500, + maxMonitors: 128, minIntervalS: 2, }, lifetime: { - maxMonitors: 500, + maxMonitors: 128, minIntervalS: 2, }, }; diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 43523ae..9e5b5e0 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -37,7 +37,7 @@ class="cursor-pointer text-left bg-surface border-2 border-border-subtle hover:border-blue-500/40 rounded-xl p-5 transition-colors">
Pro
$12/mo
-
500 monitors, 2s intervals
+
128 monitors, 2s intervals