Skip to content

Commit

Permalink
chore: disable rate limiting on local testnet node (#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Jul 4, 2023
1 parent 0f0f533 commit 9335cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev/node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ GENESIS_TIME=$(date +%s)
--rest.namespace '*' \
--metrics \
--logLevel debug \
--eth1 false
--eth1 false \
--network.rateLimitMultiplier 0

0 comments on commit 9335cc5

Please sign in to comment.