From ebb7f3eb80c86ae110aaaaf73381e677c33699c1 Mon Sep 17 00:00:00 2001 From: demo Date: Wed, 27 May 2026 12:09:31 -0400 Subject: wip: prototype a max-depth limitation It's just bolted on with a constant right now though. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index bd30a4c..5673441 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func main() { } getLeakProfile(func() { - classic(*startURL, *maxConcurrency, *maxURLs) + classic(*startURL, *maxConcurrency, *maxURLs, 1) }) } -- cgit v1.2.3