From 18d717709962ca3d247edbdeec17da04eea08711 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 12 Nov 2024 10:51:03 +0100 Subject: [PATCH] Less workers more better? --- downloader/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/main.go b/downloader/main.go index 34f4107..26d194c 100644 --- a/downloader/main.go +++ b/downloader/main.go @@ -35,7 +35,7 @@ func init() { log.Lmicroseconds|log.Lshortfile) } -const DOWNLOAD_WORKERS = 2 +const DOWNLOAD_WORKERS = 1 type DLHandler struct{}