Skip to content

Remove maxMs limit from LatencyPlugin schema #1468

@garrytrinder

Description

@garrytrinder

Raised from #1466

We don't have any logic in the LatencyPlugin that sets the maxMs to 10 seconds, but we have this set in the schema, we should remove the limit.

"maxMs": {
"type": "integer",
"minimum": 0,
"maximum": 10000,
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
}

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions