Skip to content

Commit

Permalink
feat: increase default target peers to 100 (#6556)
Browse files Browse the repository at this point in the history
feat: increase target peers to 100
  • Loading branch information
twoeths authored and nflaig committed Apr 11, 2024
1 parent 11aaaf0 commit 3731c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/beacon-node/src/network/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export interface NetworkOptions
}

export const defaultNetworkOptions: NetworkOptions = {
maxPeers: 55, // Allow some room above targetPeers for new inbound peers
targetPeers: 50,
maxPeers: 110, // Allow some room above targetPeers for new inbound peers
targetPeers: 100,
localMultiaddrs: ["/ip4/0.0.0.0/tcp/9000"],
bootMultiaddrs: [],
/** disabled by default */
Expand Down

0 comments on commit 3731c1a

Please sign in to comment.