Skip to content

Commit c82f4d6

Browse files
Decrease default worker count
1 parent 031df74 commit c82f4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
activeWorkers int
3232
downloading bool
3333

34-
workers int = 32
34+
workers int = 16
3535
cliWorkers int
3636
chunkSize int64 = 1048576
3737
cliChunkSize int64

0 commit comments

Comments
 (0)