diff options
| author | demo <demo@antix1> | 2026-05-26 21:11:01 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-26 21:11:01 -0400 |
| commit | 1e7d34bb14057c79ea1f7fa75e6ecf29951b69aa (patch) | |
| tree | 46981d34474dce2b7aef1f8cd648a245810e8e81 /main.go | |
| parent | 375efff4cf21834a32e01a1a9d3f470a86a46cd2 (diff) | |
feat: add the worker-pool-based crawer from TGPL
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() { - classic(*startURL, *maxConcurrency, *maxURLs) + workers(*startURL, *maxConcurrency, *maxURLs) }) } |
