File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ You can now check what blocks have been created by:
124
124
cmdkit .IntOption (cidVersionOptionName , "CID version. Defaults to 0 unless an option that depends on CIDv1 is passed. (experimental)" ),
125
125
cmdkit .StringOption (hashOptionName , "Hash function to use. Implies CIDv1 if not sha2-256. (experimental)" ).WithDefault ("sha2-256" ),
126
126
cmdkit .BoolOption (inlineOptionName , "Inline small blocks into CIDs. (experimental)" ),
127
- cmdkit .IntOption (inlineLimitOptionName , "Maximum block size to inline. (experimental)" ).WithDefault (64 ),
127
+ cmdkit .IntOption (inlineLimitOptionName , "Maximum block size to inline. (experimental)" ).WithDefault (32 ),
128
128
},
129
129
PreRun : func (req * cmds.Request , env cmds.Environment ) error {
130
130
quiet , _ := req .Options [quietOptionName ].(bool )
You can’t perform that action at this time.
0 commit comments