update: increase pro plan limit

This commit is contained in:
2026-03-21 22:43:04 +04:00
parent 8be0632ea8
commit 859a55d66b
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,11 +11,11 @@ const PLANS: Record<Plan, PlanLimits> = {
minIntervalS: 30,
},
pro: {
maxMonitors: 128,
maxMonitors: 200,
minIntervalS: 2,
},
lifetime: {
maxMonitors: 128,
maxMonitors: 200,
minIntervalS: 2,
},
};