From 6edaff988da24d7b2fd1b48171e43b32b2c536d7 Mon Sep 17 00:00:00 2001 From: Who Soup Date: Mon, 3 Jun 2019 13:06:03 +0200 Subject: [PATCH] adjusting default fanout --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 3d6bb77..a55768b 100644 --- a/configuration.go +++ b/configuration.go @@ -152,7 +152,7 @@ func DefaultP2PConfiguration() (c Configuration) { c.Outgoing = 32 c.Incoming = 150 - c.Fanout = 16 + c.Fanout = 8 c.PeerShareAmount = 4 * c.Outgoing // legacy math c.MinimumQualityScore = 20 c.PersistLevel = 2