From 2357a418680673c48afc7af84eac9a22a9851f59 Mon Sep 17 00:00:00 2001 From: platschi Date: Tue, 22 Jun 2021 00:17:06 +0000 Subject: [PATCH] Fix typo in advanced networking docs (#2412) ## Proposed Changes Fixing a typo in the advanced networking docs which mentions ``--target-peer`` instead of the correct ``--target-peers`` flag --- book/src/advanced_networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/advanced_networking.md b/book/src/advanced_networking.md index e70decbfb..461f33f22 100644 --- a/book/src/advanced_networking.md +++ b/book/src/advanced_networking.md @@ -35,7 +35,7 @@ rather it is the CPU load of processing the blocks themselves. Most of the time, the network is idle, waiting for blocks to be processed. Having a very large peer count will not speed up sync. -For these reasons, we recommend users do not modify the `--target-peer` count +For these reasons, we recommend users do not modify the `--target-peers` count drastically and use the (recommended) default. @@ -74,4 +74,4 @@ on reboot it will re-load the settings it had discovered previously. Modifying the ENR settings can degrade the discovery of your node making it harder for peers to find you or potentially making it harder for other peers to find each other. We recommend not touching these settings unless for a more -advanced use case. +advanced use case.