Skip to content

Commit

Permalink
E3: Tweak --maxpeers=32 (#13003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Dec 5, 2024
1 parent 96366e0 commit 8352b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/nodecfg/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var DefaultConfig = Config{
P2P: p2p.Config{
ListenAddr: ":30303",
ProtocolVersion: []uint{direct.ETH68, direct.ETH67},
MaxPeers: 100,
MaxPeers: 32,
MaxPendingPeers: 1000,
NAT: nat.Any(),
},
Expand Down

0 comments on commit 8352b8c

Please sign in to comment.