update: decrease max monitors for pro
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user