diff options
| author | demo <demo@antix1> | 2026-05-27 12:05:45 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-27 12:05:45 -0400 |
| commit | 7852eae1e9653d9a62ff3c82b8fac2954ee1944f (patch) | |
| tree | 212a6f043a33d4662e358c2a3f56c4e484862f7c /main.go | |
| parent | 81ee780aca0aa0d9ce6999a23ef94e986307e060 (diff) | |
feat: update the classic crawler to track depth via packets
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ func main() { } getLeakProfile(func() { - workers(*startURL, *maxConcurrency, *maxURLs) + classic(*startURL, *maxConcurrency, *maxURLs) }) } |
