Skip to content

Commit

Permalink
update language
Browse files Browse the repository at this point in the history
Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>
  • Loading branch information
joaniefromtheblock authored Feb 5, 2024
1 parent a71d4e2 commit 75240de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/how-to/connect/manage-peers.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To reduce the maximum number of peers, use the [`--max-peers`](../../reference/c

The minimum number of peers is set by the `--Xp2p-peer-lower-bound` option, which also has a default of 25. If you reduce the `--max-peers` from the default, you must also set the `--Xp2p-peer-lower-bound` option to the same value or lower. For example, if you decrease `--max-peers` to 20, set `--Xp2p-peer-lower-bound` to 20 or lower.

`--Xp2p-peer-lower-bound` is an early access option.
`--Xp2p-peer-lower-bound` is deprecated and is no longer supported.

:::

Expand Down Expand Up @@ -88,4 +88,4 @@ If your nodes are running in AWS, ensure you have the appropriate `SecurityGroup

Check that the [enode URLs](../../concepts/node-keys.md#enode-url) specified for [bootnodes](../../../private-networks/how-to/configure/bootnodes.md) or [static nodes](static-nodes.md) match the enode URLs displayed when starting the remote nodes.

If your node is having trouble peering, see the [troubleshoot peering documentation](../../how-to/troubleshoot/peering.md).
If you are still having peering issues, see the [troubleshoot peering documentation](../../how-to/troubleshoot/peering.md).

0 comments on commit 75240de

Please sign in to comment.