Skip to content

Commit

Permalink
Update x-pack/plugins/alerting/server/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
  • Loading branch information
ersin-erdal and mikecote authored Apr 19, 2022
1 parent 9bfb570 commit ad6a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ruleTypeSchema = schema.object({

const connectorTypeSchema = schema.object({
id: schema.string(),
max: schema.maybe(schema.number()),
max: schema.maybe(schema.number({ max: 100000 })),
});

const rulesSchema = schema.object({
Expand Down

0 comments on commit ad6a1b3

Please sign in to comment.