Minor doc clarification (#14733)

(cherry picked from commit 5ac536d0fb)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-01-21 08:13:05 +00:00
committed by GitHub
parent 74f813574f
commit 815bad8a6c

View File

@@ -107,9 +107,11 @@ possible to boot the node all the way from the genesis block. Instead boot from
a snapshot first and then add the `--no-snapshot-fetch` parameter for reboots. a snapshot first and then add the `--no-snapshot-fetch` parameter for reboots.
It is important to note that the amount of historical ledger available to your It is important to note that the amount of historical ledger available to your
nodes is limited to what your trusted validators retain. You will need to ensure nodes from the rest of the network is limited at any point in time. Once
your nodes do not experience downtimes longer than this span, if ledger operational if your validators experience significant downtime they may not be
continuity is crucial for you. able to catch up to the network and will need to download a new snapshot from a
trusted validator. In doing so your validators will now have a gap in its
historical ledger data that cannot be filled.
### Minimizing Validator Port Exposure ### Minimizing Validator Port Exposure