Skip to content

Commit

Permalink
Set rln message limit to 100 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta authored Jul 16, 2024
1 parent 26f4192 commit a737ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register_rln.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ docker run -v "$(pwd)/keystore":/keystore/:Z harbor.status.im/wakuorg/nwaku:v0.3
--rln-relay-eth-contract-address=0xCB33Aa5B38d79E3D9Fa8B10afF38AA201399a7e3 \
--rln-relay-cred-path=/keystore/keystore.json \
--rln-relay-cred-password="${RLN_RELAY_CRED_PASSWORD}" \
--rln-relay-user-message-limit=20 \
--rln-relay-user-message-limit=100 \
--execute

0 comments on commit a737ff9

Please sign in to comment.