Skip to content

Commit 6f4e8e8

Browse files
committed
enable peer exchange
1 parent dd1293d commit 6f4e8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/mesh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func (c noopMeshPubSubFilteredCreator) create(opts ...meshOption) (mesher, error
326326
func (c noopMeshPubSubFilteredCreator) makeConfig(wsnet *WebsocketNetwork, p2pnet *P2PNetwork) networkConfig {
327327
return networkConfig{
328328
pubsubOpts: []p2p.PubSubOption{
329-
p2p.DisablePubSubPeerExchange(),
329+
// p2p.DisablePubSubPeerExchange(),
330330
p2p.SetPubSubPeerFilter(p2pnet.p2pRelayPeerFilter, p2pnet.pstore),
331331
},
332332
}

0 commit comments

Comments
 (0)