Increase the default scanning length to 16 (#1646)
This commit is contained in:
parent
c433819c1b
commit
8bf6ff92f9
@ -608,7 +608,7 @@
|
|||||||
"length": {
|
"length": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"default": 10
|
"default": 16
|
||||||
},
|
},
|
||||||
"deepDomScan": {
|
"deepDomScan": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
Reference in New Issue
Block a user