Disable GossipSub PX by default (#958)

This commit is contained in:
Hanno Cornelius 2022-05-13 18:18:09 +02:00 committed by GitHub
parent 0d9b4f4a53
commit adc6110a18

View File

@ -91,7 +91,7 @@ type
relayPeerExchange* {.
desc: "Enable gossipsub peer exchange in relay protocol: true|false",
defaultValue: true
defaultValue: false
name: "relay-peer-exchange" }: bool
rlnRelay* {.