Skip to content

Commit 6964303

Browse files
Copilotgarrytrinder
andcommitted
Remove maxMs limit from LatencyPlugin schema
Co-authored-by: garrytrinder <[email protected]>
1 parent 4ee12b3 commit 6964303

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemas/v2.0.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

0 commit comments

Comments
 (0)