update: decrease max monitors for pro

This commit is contained in:
2026-03-21 22:30:19 +04:00
parent 862b9f284f
commit 8be0632ea8
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: 500,
maxMonitors: 128,
minIntervalS: 2,
},
lifetime: {
maxMonitors: 500,
maxMonitors: 128,
minIntervalS: 2,
},
};