Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
alexandratran and macfarla authored Nov 30, 2023
1 parent d088e57 commit c9f86a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/how-to/connect/static-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Besu periodically initiates a connection to any unconnected static node. To miti
Bootnodes and static nodes are both methods for finding peers. Depending on your use case, you can use only bootnodes, only static nodes, or both bootnodes and static nodes.

For example:
* You run multiple nodes on Mainnet, using bootnodes for discovery, but want to ensure your nodes are always connected, use static nodes.
* You run a small network and want the nodes to reconnect if disconnected, use static nodes.
* You run multiple nodes on Mainnet, using bootnodes for discovery, but want to ensure your nodes are always connected to each other, use static nodes.
* You run a small network and want your nodes to reconnect if disconnected, use static nodes.

To find peers, configure one or more [bootnodes](../../../private-networks/how-to/configure/bootnodes.md). To configure a specific set of peer connections, use static nodes.

Expand Down

0 comments on commit c9f86a4

Please sign in to comment.