Increase the default scanning length to 16 (#1646)

This commit is contained in:
toasted-nutbread 2021-05-01 12:23:39 -04:00 committed by GitHub
parent c433819c1b
commit 8bf6ff92f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -608,7 +608,7 @@
"length": { "length": {
"type": "integer", "type": "integer",
"minimum": 1, "minimum": 1,
"default": 10 "default": 16
}, },
"deepDomScan": { "deepDomScan": {
"type": "boolean", "type": "boolean",