From f5dae78483cc1bab307a1d5d2bba6d1167e8120d Mon Sep 17 00:00:00 2001 From: Seednode Date: Mon, 1 Jan 2024 12:05:43 -0600 Subject: [PATCH] Update README with new default value for --concurrency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64520fe..8c69bcf 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Flags: --case-sensitive use case-sensitive matching for filters --code enable support for source code files --code-theme string theme for source code syntax highlighting (default "solarized-dark256") - --concurrency int maximum concurrency for scan threads (default 1024) + --concurrency int maximum concurrency for scan threads (default 8192) --disable-buttons disable first/prev/next/last buttons --exit-on-error shut down webserver on error, instead of just printing the error --fallback serve files as application/octet-stream if no matching format is registered