mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
push up the defaults (#13278)
This commit is contained in:
parent
a40cc40edf
commit
e1a3852f08
@ -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.
|
||||
|
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user