From 1e7d34bb14057c79ea1f7fa75e6ecf29951b69aa Mon Sep 17 00:00:00 2001 From: demo Date: Tue, 26 May 2026 21:11:01 -0400 Subject: feat: add the worker-pool-based crawer from TGPL --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index bd30a4c..900cb1f 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func main() { } getLeakProfile(func() { - classic(*startURL, *maxConcurrency, *maxURLs) + workers(*startURL, *maxConcurrency, *maxURLs) }) } -- cgit v1.2.3