From 9585f22fa0d5312a2748c21f7bbebfd4928374d4 Mon Sep 17 00:00:00 2001 From: Joseph Chiocchi Date: Tue, 16 Nov 2021 22:07:21 -0600 Subject: [PATCH] configure-full-history - add peer port in stanza --- .../configuration/configure-full-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/configure-full-history.md b/content/tutorials/manage-the-rippled-server/configuration/configure-full-history.md index 8d46a3e0a1..abdb07fae6 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/configure-full-history.md +++ b/content/tutorials/manage-the-rippled-server/configuration/configure-full-history.md @@ -50,8 +50,8 @@ To configure your server to acquire and store full history, complete the followi 0. Set the `[ips_fixed]` stanza of your server's config file to explicitly peer with at least one server that has full history available. [ips_fixed] - 169.55.164.20 - 50.22.123.215 + 169.55.164.20 51235 + 50.22.123.215 51235 Your server can only download historical data from the peer-to-peer network if one its direct peers has the data available. The easiest way to ensure you can download full history is to peer with a server that already has full history.