From 815bad8a6c8923926cb8676b7319c4bc77e2e379 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 08:13:05 +0000 Subject: [PATCH] Minor doc clarification (#14733) (cherry picked from commit 5ac536d0fb613b27a29a92f13817a223f75bc1b5) Co-authored-by: Michael Vines --- docs/src/integrations/exchange.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index c4c481218b..bbb84feb32 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -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. 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 -your nodes do not experience downtimes longer than this span, if ledger -continuity is crucial for you. +nodes from the rest of the network is limited at any point in time. Once +operational if your validators experience significant downtime they may not be +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