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 | 2ba6cfa2c9acbbc89d911976145bdd90cee1597d (patch) | |
| tree | b28871a8f1ef283ec2c924b8a00255a6320acd10 /samples/dtail.schema.json | |
| parent | 28a47d2429df5a710a647932880c6303b0cebf26 (diff) | |
upper max limits in schema
Diffstat (limited to 'samples/dtail.schema.json')
| -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", |
