Skip to content

Commit

Permalink
Set rln message limit to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta authored Jul 5, 2024
1 parent c93f804 commit abadabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/factory/networks_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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",
Expand Down

0 comments on commit abadabb

Please sign in to comment.