Skip to content

Commit

Permalink
adjusting default fanout
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoSoup committed Jun 3, 2019
1 parent eaaf4fd commit 6edaff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6edaff9

Please sign in to comment.