Skip to content

Commit

Permalink
chore(rln): rln message limit to 100 (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta authored and Ivansete-status committed Jul 15, 2024
1 parent 7843ffb commit 21346e5
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 @@ -27,7 +27,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 21346e5

Please sign in to comment.