diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-02-15 13:14:50 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-02-15 13:14:50 +0000 |
| commit | 3fff274d1b52b1011b7a134f1d6b07ae4e0e8dd0 (patch) | |
| tree | b28871a8f1ef283ec2c924b8a00255a6320acd10 | |
| parent | 9d5c0a9185208b972c65def98222a2957e5101ab (diff) | |
upper max limits in schema
| -rwxr-xr-x | samples/dtail.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index e9de4d6..1ee9980 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -365,12 +365,12 @@ "MaxConcurrentTails": { "type": "integer", "minimum": 1, - "maximum": 100 + "maximum": 200 }, "MaxConnections": { "type": "integer", "minimum": 1, - "maximum": 100 + "maximum": 200 }, "MaxLineLength": { "type": "integer", |
