From 859a55d66b31d372ed78de0a0e91b9e11fc167ee Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 21 Mar 2026 22:43:04 +0400 Subject: [PATCH] update: increase pro plan limit --- apps/api/src/utils/plans.ts | 4 ++-- apps/web/src/views/checkout.ejs | 2 +- apps/web/src/views/landing.ejs | 2 +- apps/web/src/views/settings.ejs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/api/src/utils/plans.ts b/apps/api/src/utils/plans.ts index 3ed5dfe..5f224bb 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: 128, + maxMonitors: 200, minIntervalS: 2, }, lifetime: { - maxMonitors: 128, + maxMonitors: 200, minIntervalS: 2, }, }; diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 9e5b5e0..2489a06 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
-
128 monitors, 2s intervals
+
200 monitors, 2s intervals