Skip to content

Commit

Permalink
remove required flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth More authored and Siddharth More committed Jan 11, 2024
1 parent 69398a3 commit e130739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/cmd/batcher/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var (
MaxBlobsToFetchFromStoreFlag = cli.IntFlag{
Name: common.PrefixFlag(FlagPrefix, "max-blobs-to-fetch-from-store"),
Usage: "Limit used to specify how many blobs to fetch from store at time when used with dynamodb pagination",
Required: true,
Required: false,
EnvVar: common.PrefixEnvVar(envVarPrefix, "MAX_BLOBS_TO_FETCH_FROM_STORE"),
Value: 100,
}
Expand Down

0 comments on commit e130739

Please sign in to comment.