Skip to content

Commit

Permalink
Increase the default number of outbound peers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjepson committed Feb 22, 2016
1 parent f92e75a commit 5e0163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
connectionRetryInterval = time.Second * 10

// defaultMaxOutbound is the default number of max outbound peers.
defaultMaxOutbound = 3
defaultMaxOutbound = 8
)

// broadcastMsg provides the ability to house a decred message to be broadcast
Expand Down

0 comments on commit 5e0163f

Please sign in to comment.