Skip to content

Commit

Permalink
config: Add missing storage section when generating config (backport …
Browse files Browse the repository at this point in the history
…#9483) (#9488)

* config: Add missing storage section when generating config (#9483)

(cherry picked from commit b7f1e1f218ffea7a164608037bc8e0bc8f57b37c)

* Add pending changelog entry

Signed-off-by: Thane Thomson <[email protected]>

Signed-off-by: Thane Thomson <[email protected]>
Co-authored-by: Thane Thomson <[email protected]>
  • Loading branch information
tnasu and thanethomson committed Jul 20, 2023
1 parent 5c66c59 commit 90ea82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ peer_query_maj23_sleep_duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}"
#######################################################
### Storage Configuration Options ###
#######################################################
[storage]
# Set to true to discard ABCI responses from the state store, which can save a
# considerable amount of disk space. Set to false to ensure ABCI responses are
Expand Down

0 comments on commit 90ea82d

Please sign in to comment.