Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Co-authored-by: Mael Regnery <mael@mqli.fr>
  • Loading branch information
pratikspatil024 and MqllR authored Nov 20, 2023
1 parent 22b9dc4 commit 879004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ type CacheConfig struct {
TriesInMemory uint64 `hcl:"triesinmemory,optional" toml:"triesinmemory,optional"`

// This is the number of blocks for which logs will be cached in the filter system.
FilterLogCacheSize int `hc:"blocklogs,optional" toml:"blocklogs,optional"`
FilterLogCacheSize int `hcl:"blocklogs,optional" toml:"blocklogs,optional"`

// Time after which the Merkle Patricia Trie is stored to disc from memory
TrieTimeout time.Duration `hcl:"-,optional" toml:"-"`
Expand Down

0 comments on commit 879004c

Please sign in to comment.