From 7852eae1e9653d9a62ff3c82b8fac2954ee1944f Mon Sep 17 00:00:00 2001 From: demo Date: Wed, 27 May 2026 12:05:45 -0400 Subject: feat: update the classic crawler to track depth via packets --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 900cb1f..bd30a4c 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func main() { } getLeakProfile(func() { - workers(*startURL, *maxConcurrency, *maxURLs) + classic(*startURL, *maxConcurrency, *maxURLs) }) } -- cgit v1.2.3