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 859cc3d commit e630e3eCopy full SHA for e630e3e
main.go
@@ -553,8 +553,8 @@ func determineConcurrency(config Config) int {
553
return 1
554
}
555
556
- if value > 10 {
557
- return 10
+ if value > 20 {
+ return 20
558
559
560
return value
main_test.go
@@ -127,7 +127,7 @@ func TestUploadConcurrency(t *testing.T) {
127
config: Config{
128
UploadConcurrency: "100",
129
},
130
- want: 10,
+ want: 20,
131
132
133
for _, tt := range tests {
0 commit comments