Skip to content

Commit

Permalink
Add missing iavl config size value to config parser
Browse files Browse the repository at this point in the history
  • Loading branch information
channa-figure committed Jan 19, 2022
1 parent e399768 commit d7c2138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func GetConfig(v *viper.Viper) Config {
HaltTime: v.GetUint64("halt-time"),
IndexEvents: v.GetStringSlice("index-events"),
MinRetainBlocks: v.GetUint64("min-retain-blocks"),
IAVLCacheSize: v.GetUint64("iavl-cache-size"),
},
Telemetry: telemetry.Config{
ServiceName: v.GetString("telemetry.service-name"),
Expand Down

0 comments on commit d7c2138

Please sign in to comment.