From 8bf6ff92f9e318554139d3f21f1dcdb98ce59036 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 1 May 2021 12:23:39 -0400 Subject: [PATCH] Increase the default scanning length to 16 (#1646) --- ext/data/schemas/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 69e042ea..1f27c330 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -608,7 +608,7 @@ "length": { "type": "integer", "minimum": 1, - "default": 10 + "default": 16 }, "deepDomScan": { "type": "boolean",