mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 21:14:53 +00:00
* config: Add missing storage section when generating config (#9483)
(cherry picked from commit b7f1e1f218)
* Add pending changelog entry
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
|
||||
### BUG FIXES
|
||||
|
||||
- [config] \#9483 Calling `tendermint init` would incorrectly leave out the new
|
||||
`[storage]` section delimiter in the generated configuration file - this has
|
||||
now been fixed
|
||||
|
||||
|
||||
@@ -483,6 +483,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
|
||||
|
||||
Reference in New Issue
Block a user