Skip to content

Commit

Permalink
Merge pull request #10920 from filecoin-project/lotus-fountain-dealsize
Browse files Browse the repository at this point in the history
fix:lotus-fountain:set default data-cap same as MinVerifiedDealSize
  • Loading branch information
magik6k authored May 26, 2023
2 parents 41203f7 + 479018e commit fdd013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-fountain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var runCmd = &cli.Command{
&cli.Uint64Flag{
Name: "data-cap",
EnvVars: []string{"LOTUS_DATACAP_AMOUNT"},
Value: 10240,
Value: verifregtypes9.MinVerifiedDealSize.Uint64(),
},
&cli.Float64Flag{
Name: "captcha-threshold",
Expand Down

0 comments on commit fdd013c

Please sign in to comment.