We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4270f9c commit adabf9eCopy full SHA for adabf9e
internal/tui/modules.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/pflag"
7
)
8
9
-var workerCnt = pflag.UintP("parallel", "p", 10, "number of concurrent api calls")
+var workerCnt = pflag.UintP("parallel", "p", 20, "number of concurrent api calls")
10
11
type modules struct {
12
current int
0 commit comments