Skip to content

Commit

Permalink
reword deprecation
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 75240de commit 1641ccd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/public-networks/how-to/connect/manage-peers.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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 deprecated and is no longer supported.

The `--Xp2p-peer-lower-bound` option is deprecated and no longer supported. Manage the number of peers using the `--max-peers` option.
:::


Expand Down Expand Up @@ -88,4 +87,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 you are still having peering issues, see the [troubleshoot peering documentation](../../how-to/troubleshoot/peering.md).
If you still have peering issues, see the [troubleshoot peering documentation](../../how-to/troubleshoot/peering.md).

0 comments on commit 1641ccd

Please sign in to comment.