From 50205216f219190a9c6229cadb34ca86e13e503e Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 30 Dec 2016 17:53:14 +0100 Subject: [PATCH] whisper: number of peers changed --- whisper/wnode/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/wnode/main.go b/whisper/wnode/main.go index 80f709c3a6..8e6d92cea4 100644 --- a/whisper/wnode/main.go +++ b/whisper/wnode/main.go @@ -283,7 +283,7 @@ func initialize() { server = p2p.Server{ Config: p2p.Config{ PrivateKey: nodeid, - MaxPeers: 48, + MaxPeers: 128, Name: common.MakeName("whisper-go", "5.0"), Protocols: shh.Protocols(), ListenAddr: ipAddress,