Skip to content

Commit

Permalink
Increase MaxPeers to be above light client MaxPeers (ethereum#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter authored Feb 13, 2020
1 parent 9fdfbd1 commit 6779389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var DefaultConfig = Config{
Proxy: false,
P2P: p2p.Config{
ListenAddr: ":30303",
MaxPeers: 50,
MaxPeers: 175,
NAT: nat.Any(),
NetworkId: 1,
},
Expand Down

0 comments on commit 6779389

Please sign in to comment.