From 3fff274d1b52b1011b7a134f1d6b07ae4e0e8dd0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 15 Feb 2022 13:14:50 +0000 Subject: upper max limits in schema --- samples/dtail.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples') 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", -- cgit v1.2.3