Skip to content

Commit 46357f2

Browse files
committed
Update abci responses parameter
1 parent f869592 commit 46357f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/setup-and-configure/configure-cheqd-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,6 @@ Let's take a look at some of the most important CometBFT configuration parameter
776776
* `private_peer_ids` - Useful for same use-case as above. Format is comma-separated node IDs.
777777
* `[statesync].*` - Statesync configuration, useful when starting node from scratch (to save up on storage) or recovering. We have statesync servers available at `https://eu-rpc.cheqd.net:443` and `https://ap-rpc.cheqd.net:443` for mainnet and `https://eu-rpc.cheqd.network:443` and `https://ap-rpc.cheqd.network:443` for testnet.
778778
* `consensus.double_sign_check_height` - Some node operators experienced some issues during upgrades if this was set to any other value than 0.
779-
* `discard_abci_responses` - **To be evaluated**
779+
* `discard_abci_responses` - If enabled, this will disable keeping ABCI responses in state storage, which should help reducing the storage requirements.
780780

781781
See more details about CometBFT configuration [here](https://docs.cometbft.com/v0.38/core/configuration).

0 commit comments

Comments
 (0)