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