Zondax / namadexer

Namada indexer
39 stars 57 forks source link

fix: added a timeout #159

Closed rllola closed 8 months ago

rllola commented 8 months ago

Added a temp solution for the timeout issue. This PR add a timeout of 30secs which will lead to the indexer to crash if it doesn't get an answer from the RPC-JSON.

This is temp until the https://github.com/informalsystems/tendermint-rs/pull/1380 is merged in lib.