Skip to content

Commit c208346

Browse files
author
Julien Bouquillon
authored
fix: reduce scan depth (#127)
1 parent 7f0df0f commit c208346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const options = {
44
debug: false,
55
delay: 1000,
66
headers: {},
7-
maxDepth: 3,
7+
maxDepth: 1,
88
maxUrls: 10,
99
maxWait: 10000,
1010
recursive: true,

0 commit comments

Comments
 (0)