Less workers more better?

This commit is contained in:
2024-11-12 10:51:03 +01:00
parent 07c20f4582
commit 18d7177099

View File

@@ -35,7 +35,7 @@ func init() {
log.Lmicroseconds|log.Lshortfile)
}
const DOWNLOAD_WORKERS = 2
const DOWNLOAD_WORKERS = 1
type DLHandler struct{}