add block_data_limit to example config

this is covered by tests
This commit is contained in:
Bryan Stitt 2023-09-12 14:24:57 -07:00
parent 274b2c89fc
commit bf26ea2b1a
2 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,7 @@ response_cache_max_bytes = 10_000_000_000
[balanced_rpcs.ankr]
display_name = "Ankr"
block_data_limit.Limit = "64"
http_url = "https://rpc.ankr.com/eth"
soft_limit = 1_000

View File

@ -17,7 +17,6 @@ response_cache_max_bytes = 1_000_000_000
[balanced_rpcs]
[balanced_rpcs.llama_public_both]
# TODO: what should we do if all rpcs are disabled? warn and wait for a config change?
disabled = false
display_name = "LlamaNodes Both"
ws_url = "wss://eth.llamarpc.com/"