Skip to content

Commit adabf9e

Browse files
committed
init
1 parent 4270f9c commit adabf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/modules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/pflag"
77
)
88

9-
var workerCnt = pflag.UintP("parallel", "p", 10, "number of concurrent api calls")
9+
var workerCnt = pflag.UintP("parallel", "p", 20, "number of concurrent api calls")
1010

1111
type modules struct {
1212
current int

0 commit comments

Comments
 (0)