summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-01 12:23:39 -0400
committerGitHub <noreply@github.com>2021-05-01 12:23:39 -0400
commit8bf6ff92f9e318554139d3f21f1dcdb98ce59036 (patch)
treec76f96c35a4a2cb85204c9e53c4a35a11f021a53 /ext
parentc433819c1bb0ec5d3156300deada47faee6aee99 (diff)
Increase the default scanning length to 16 (#1646)
Diffstat (limited to 'ext')
-rw-r--r--ext/data/schemas/options-schema.json2
1 files changed, 1 insertions, 1 deletions
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",