Skip to content

Commit

Permalink
docs/node: Remove pruning from Sentry node config
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Feb 19, 2024
1 parent 69bc44c commit bbf0473
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/node/run-your-node/sentry-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ common:
consensus:
external_address: tcp://{{ external_address }}:26656
listen_address: tcp://0.0.0.0:26656
prune:
# Keep ~1 hour of data since block production is ~1 block every 6 seconds.
# (3600/6 = 600)
num_kept: 600
strategy: keep_n
sentry_upstream_addresses:
- {{ validator_tendermint_id }}@{{ validator_private_address }}:26656
genesis:
Expand Down Expand Up @@ -209,11 +204,6 @@ consensus:
disable_peer_exchange: true
persistent_peers:
- {{ sentry_node_tendermint_id }}@{{ sentry_node_private_ip }}:26656
prune:
# Keep ~7 days of data since block production is ~1 block every 6
# seconds. (7*24*3600/6 = 100800)
num_kept: 100800
strategy: keep_n
genesis:
# Path to the genesis file for the current version of the network.
Expand Down

0 comments on commit bbf0473

Please sign in to comment.