set BootstrapPeerThreshold to 1, to mimic old code

which incidentally fixes tests
This commit is contained in:
vyzo 2020-10-26 15:49:24 +02:00
parent f055681972
commit 2fd0d430c8

View File

@ -13,7 +13,7 @@ import (
peer "github.com/libp2p/go-libp2p-core/peer"
)
var BootstrapPeerThreshold = 2
var BootstrapPeerThreshold = 1
var coalesceForksParents = false