diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-01 12:23:39 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 12:23:39 -0400 | 
| commit | 8bf6ff92f9e318554139d3f21f1dcdb98ce59036 (patch) | |
| tree | c76f96c35a4a2cb85204c9e53c4a35a11f021a53 | |
| parent | c433819c1bb0ec5d3156300deada47faee6aee99 (diff) | |
Increase the default scanning length to 16 (#1646)
| -rw-r--r-- | ext/data/schemas/options-schema.json | 2 | 
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", |