Skip to content

Commit 3c65ef8

Browse files
committed
add max-sectors default
1 parent 12e188c commit 3c65ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/spcli/sectors.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ func SectorsExtendCmd(getActorAddress ActorAddressGetter) *cli.Command {
620620
&cli.Int64Flag{
621621
Name: "max-sectors",
622622
Usage: "the maximum number of sectors contained in each message",
623+
Value: 500,
623624
},
624625
&cli.BoolFlag{
625626
Name: "really-do-it",

0 commit comments

Comments
 (0)