Skip to content

Commit 54921b1

Browse files
committed
[rget] fix default value:concurrency
1 parent b0b49ec commit 54921b1

File tree

1 file changed

+1
-1
lines changed
  • kadai3/imura81gt/rget/cmd/rget

1 file changed

+1
-1
lines changed

kadai3/imura81gt/rget/cmd/rget/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
concurrency := flag.Int("c", 1, "concurrency")
12+
concurrency := flag.Int("c", 2, "concurrency")
1313
outputDir := flag.String("o", "./", "output directory")
1414

1515
flag.Parse()

0 commit comments

Comments
 (0)