Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/126504-connector-type-overrides'…
Browse files Browse the repository at this point in the history
… into 126504-connector-type-overrides
  • Loading branch information
ersin-erdal committed Apr 19, 2022
2 parents 71acc21 + ad6a1b3 commit 9b8657f
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 9b8657f

Please sign in to comment.