Skip to content

Commit 704addc

Browse files
committed
Reduce AWS upload concurrency default from 10 to 1 in Worker service configuration
1 parent 0e6202d commit 704addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func RegisterWorkerFlags(f []cli.Flag) []cli.Flag {
7777
cli.IntFlag{
7878
Name: awsUploadConcurrencyFlag,
7979
Usage: "aws upload concurrency",
80-
Value: 10,
80+
Value: 1,
8181
EnvVar: "AWS_UPLOAD_CONCURRENCY",
8282
},
8383
cli.Int64Flag{

0 commit comments

Comments
 (0)