Skip to content

Commit

Permalink
chore: increase RPC limits for pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Sep 2, 2023
1 parent 813412b commit 2f0a60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rpc": {
"full_nodes": [{
"url": "https://rpc-url",
"rate_limit": "10000000/day;2000/minute;100/second"
"rate_limit": "100000000/day;20000/minute;1000/second"
}],
"archive_nodes": [],
"force_archive_blocks": 100,
Expand Down Expand Up @@ -118,7 +118,7 @@
"anchor_chain_rpc": {
"full_nodes": [{
"url": "https://prost-rpc-url",
"rate_limit": "100000000/day;18000/minute;300/second"
"rate_limit": "100000000/day;20000/minute;1000/second"
}],
"retry": 5,
"request_time_out": 5,
Expand Down

0 comments on commit 2f0a60d

Please sign in to comment.