mirror of https://github.com/waku-org/nwaku.git
chore(rln): rln message limit to 100 (#2883)
This commit is contained in:
parent
ffc2fc84d5
commit
d3292bcc26
|
@ -41,7 +41,7 @@ proc TheWakuNetworkConf*(T: type ClusterConf): ClusterConf =
|
|||
rlnRelayChainId: 11155111,
|
||||
rlnRelayBandwidthThreshold: 0,
|
||||
rlnEpochSizeSec: 600,
|
||||
rlnRelayUserMessageLimit: 20,
|
||||
rlnRelayUserMessageLimit: 100,
|
||||
pubsubTopics:
|
||||
@[
|
||||
"/waku/2/rs/1/0", "/waku/2/rs/1/1", "/waku/2/rs/1/2", "/waku/2/rs/1/3",
|
||||
|
|
Loading…
Reference in New Issue