Skip to content

Commit

Permalink
4gb splits (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor authored Oct 1, 2024
1 parent 0cd46f4 commit 69c6bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-car-split.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func newCmd_SplitCar() *cli.Command {
&cli.Int64Flag{
Name: "size",
Aliases: []string{"s"},
Value: 31 * 1024 * 1024 * 1024, // 31 GiB
Value: 4 * 1024 * 1024 * 1024, // 4 GiB
Usage: "Target size in bytes to chunk CARs to.",
Required: false,
},
Expand Down

0 comments on commit 69c6bf9

Please sign in to comment.