Skip to content

Commit

Permalink
cmd/utils: update description of --cache.logcache
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and s1na committed Aug 4, 2022
1 parent a0edae2 commit dfb6bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Expand Up @@ -495,7 +495,7 @@ var (
}
CacheLogCacheSizeFlag = &cli.IntFlag{
Name: "cache.logcache",
Usage: "Size of the block logs cache (for RPC filters)",
Usage: "Size (in number of blocks) of the log cache for filtering",
Category: flags.PerfCategory,
Value: ethconfig.Defaults.FilterLogCacheSize,
}
Expand Down

0 comments on commit dfb6bd7

Please sign in to comment.