From 426196c23fa4be59ad024f5d6891b1de047581f9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Nov 2021 09:22:49 +0200 Subject: Add integration test for long line splitting - Also fixed a bug regarding this along the way --- samples/dtail.schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'samples/dtail.schema.json') diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index bf07525..7551449 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -358,6 +358,11 @@ "minimum": 1, "maximum": 100 }, + "MaxLineLength": { + "type": "integer", + "minimum": 1024, + "maximum": 10240000 + }, "Permissions": { "type": "object", "properties": {} -- cgit v1.2.3