mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
whisper: number of peers changed
This commit is contained in:
parent
ac273604ed
commit
50205216f2
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ func initialize() {
|
||||||
server = p2p.Server{
|
server = p2p.Server{
|
||||||
Config: p2p.Config{
|
Config: p2p.Config{
|
||||||
PrivateKey: nodeid,
|
PrivateKey: nodeid,
|
||||||
MaxPeers: 48,
|
MaxPeers: 128,
|
||||||
Name: common.MakeName("whisper-go", "5.0"),
|
Name: common.MakeName("whisper-go", "5.0"),
|
||||||
Protocols: shh.Protocols(),
|
Protocols: shh.Protocols(),
|
||||||
ListenAddr: ipAddress,
|
ListenAddr: ipAddress,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue