Skip to content

Commit

Permalink
chore(rln): rln message limit to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta committed Jul 8, 2024
1 parent ffc2fc8 commit e6e364f
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: 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 e6e364f

Please sign in to comment.