mirror of https://github.com/waku-org/nwaku.git
Disable GossipSub PX by default (#958)
This commit is contained in:
parent
062668366a
commit
bd70a1b7bb
|
@ -91,7 +91,7 @@ type
|
||||||
|
|
||||||
relayPeerExchange* {.
|
relayPeerExchange* {.
|
||||||
desc: "Enable gossipsub peer exchange in relay protocol: true|false",
|
desc: "Enable gossipsub peer exchange in relay protocol: true|false",
|
||||||
defaultValue: true
|
defaultValue: false
|
||||||
name: "relay-peer-exchange" }: bool
|
name: "relay-peer-exchange" }: bool
|
||||||
|
|
||||||
rlnRelay* {.
|
rlnRelay* {.
|
||||||
|
|
Loading…
Reference in New Issue