Skip to content

Commit

Permalink
update description for common-index-block-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Sep 26, 2024
1 parent 51d28e5 commit 0b386ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func registerCommonFlags[B firecore.Block](chain *firecore.Chain[B]) {
`, strings.Join(acceptedEncodings, ", ")))

cmd.Flags().String("common-index-store-url", firecore.IndexStoreURL, "[COMMON] Store URL where to read/write index files (if used on the chain).")
cmd.Flags().IntSlice("common-index-block-sizes", []int{100000, 10000, 1000, 100}, "Index bundle sizes that that are considered valid when looking for block indexes")
cmd.Flags().IntSlice("common-index-block-sizes", []int{100000, 10000, 1000, 100}, "[COMMON] Index bundle sizes that that are considered valid when looking for block indexes")

cmd.Flags().Bool("common-blocks-cache-enabled", false, cli.FlagDescription(`
[COMMON] Use a disk cache to store the blocks data to disk and instead of keeping it in RAM. By enabling this, block's Protobuf content, in bytes,
Expand Down

0 comments on commit 0b386ef

Please sign in to comment.