OSDN Git Service

add log (#373)
[bytom/vapor.git] / p2p / switch.go
index 5cd234b..d3daa7c 100644 (file)
@@ -27,7 +27,7 @@ import (
 const (
        logModule = "p2p"
 
-       minNumOutboundPeers = 4
+       minNumOutboundPeers = 3
        maxNumLANPeers      = 5
        //magicNumber used to generate unique netID
        magicNumber = uint64(0x054c5638)