mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
update default count to 1
This commit is contained in:
parent
1b935dbcf4
commit
f7ae4902a2
@ -890,7 +890,7 @@ func (b *BlossomSub) background(ctx context.Context) {
|
||||
|
||||
func (b *BlossomSub) checkAndReconnectPeers(ctx context.Context) {
|
||||
peerCount := len(b.h.Network().Peers())
|
||||
if peerCount > 0 {
|
||||
if peerCount > 1 {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user