many-things / cw-hyperlane

52 stars 26 forks source link

decrease index.chunk size from 10,000 to 5 #135

Closed assafmo closed 3 weeks ago

assafmo commented 4 months 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

assafmo commented 4 months ago

10k may be alright in evm-land, but for cosmos that's too much

byeongsu-hong commented 4 months ago

Awesome :) But is it too slow to index for the agents?

assafmo commented 4 months ago

10k is excessive, 5 takes a bit more time but it's not DoSing the node