push up the defaults (#13278)

This commit is contained in:
Nishant Das
2023-12-07 00:46:46 +08:00
committed by GitHub
parent a40cc40edf
commit e1a3852f08
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ var (
P2PMaxPeers = &cli.IntFlag{
Name: "p2p-max-peers",
Usage: "The max number of p2p peers to maintain.",
Value: 45,
Value: 70,
}
// P2PAllowList defines a CIDR subnet to exclusively allow connections.
P2PAllowList = &cli.StringFlag{