Skip to content

Commit

Permalink
Consolidate schedule options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb-elastic authored Mar 24, 2023
1 parent ccf19f9 commit eb70376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export type SyntheticsLocationsType = keyof typeof LocationsMap;
export const SyntheticsLocations = Object.keys(
LocationsMap
) as SyntheticsLocationsType[];
export const ALLOWED_SCHEDULES = [1, 3, 5, 10, 15, 30, 60] as const;
export const ALLOWED_SCHEDULES = [1, 3, 5, 10, 15, 20, 30, 60, 120, 240] as const;

export type MonitorConfig = {
id?: string;
Expand Down

0 comments on commit eb70376

Please sign in to comment.