Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Increase timeout of VM run function (#584)
Some indexers such as eduohe.near/access_keys potentially exceeds the timeout of the VM while running. This may be due to latency of DB calls, which is the heaviest parts of the code. We are planning to drive down the latency of these calls, but this is a stopgap to allow indexers to continue running in the mean time.
- Loading branch information