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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ const (
// High watermark buffer signifies the buffer till which
// we will handle inbound requests.
highWatermarkBuffer = 10
highWatermarkBuffer = 20
)
// InterceptPeerDial tests whether we're permitted to Dial the specified peer.

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{