Skip to content

Commit e45d9bb

Browse files
committed
cmd/utils: bump default maxpeers to 25
This should improve ethereum block propagation times since we're not not broadcasting blocks to 100% of peers.
1 parent 9c0f36c commit e45d9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ var (
195195
MaxPeersFlag = cli.IntFlag{
196196
Name: "maxpeers",
197197
Usage: "Maximum number of network peers (network disabled if set to 0)",
198-
Value: 16,
198+
Value: 25,
199199
}
200200
MaxPendingPeersFlag = cli.IntFlag{
201201
Name: "maxpendpeers",

0 commit comments

Comments
 (0)