Skip to content

Commit

Permalink
Revert "chore(rln): rln message limit to 100 (#2883)"
Browse files Browse the repository at this point in the history
This reverts commit d3292bc.
  • Loading branch information
alrevuelta authored Jul 8, 2024
1 parent d3292bc commit c0dbc6a
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 @@ -41,7 +41,7 @@ proc TheWakuNetworkConf*(T: type ClusterConf): ClusterConf =
rlnRelayChainId: 11155111,
rlnRelayBandwidthThreshold: 0,
rlnEpochSizeSec: 600,
rlnRelayUserMessageLimit: 100,
rlnRelayUserMessageLimit: 20,
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 c0dbc6a

Please sign in to comment.