dfuse-eosio
dfuse-eosio copied to clipboard
Allow specification of a maximum time for a query
Some queries take a long time because they search a lot of indexes, even though the results returned are very small. Would like to be able to specify the amount of time a query should run before giving up.
For sure want to avoid searching the entire index.
Could also be implemented as maximum number of blocks to search.