set BootstrapPeerThreshold to 1, to mimic old code
which incidentally fixes tests
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
peer "github.com/libp2p/go-libp2p-core/peer"
|
||||
)
|
||||
|
||||
var BootstrapPeerThreshold = 2
|
||||
var BootstrapPeerThreshold = 1
|
||||
|
||||
var coalesceForksParents = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user