Skip to content

Commit

Permalink
chore: add more warning descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed Sep 20, 2022
1 parent 8e31113 commit 2a04ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ inter-block-cache = {{ .BaseConfig.InterBlockCache }}
inter-block-cache-size = {{ .BaseConfig.InterBlockCacheSize }}
# IAVLCacheSize is the maximum units size of iavl node cache (1 unit is 128 bytes)
# This iavl cache size is just one store cache size, and the store exists for each modules.
# So be careful that all iavl cache size are difference from this iavl cache size value.
iavl-cache-size = {{ .BaseConfig.IAVLCacheSize }}
# IndexEvents defines the set of events in the form {eventType}.{attributeKey},
Expand Down

0 comments on commit 2a04ab3

Please sign in to comment.