update: free plan monitors
This commit is contained in:
@@ -7,7 +7,7 @@ export interface PlanLimits {
|
||||
|
||||
const PLANS: Record<Plan, PlanLimits> = {
|
||||
free: {
|
||||
maxMonitors: 5,
|
||||
maxMonitors: 10,
|
||||
minIntervalS: 30,
|
||||
},
|
||||
pro: {
|
||||
|
||||
Reference in New Issue
Block a user