add block_data_limit to example config
this is covered by tests
This commit is contained in:
parent
274b2c89fc
commit
bf26ea2b1a
@ -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
|
||||
|
||||
|
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user