Closed assafmo closed 3 weeks ago
this reduces the number of concurrent rpc requests when the validator is trying to catch up from an old block
Co-authored-by: @sampocs
10k may be alright in evm-land, but for cosmos that's too much
Awesome :) But is it too slow to index for the agents?
10k is excessive, 5 takes a bit more time but it's not DoSing the node
this reduces the number of concurrent rpc requests when the validator is trying to catch up from an old block
Co-authored-by: @sampocs