-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/v3/transactionsByMasterchainBlock has error. timeout: context deadline exceeded #90
Comments
Can the API set the timeout for the query? |
Can you add a header X-Timeout: 60000 (ms) when making a request to the index-api? |
#000000 |
Adding an X-Timeout: 60000 request header does work. Is it possible to avoid this problem at the web api server level? It may be better to avoid the need for the client to configure additional timeouts to use. |
@duktig666
|
Then I should go to the psql database and manually add these indexes. |
@hsmang hello, Will these indexes of psql be added automatically in the new version? |
I'm running ton-indexer, other APIs are fine, but /api/v3/transactionsByMasterchainBlock and /api/v3/transactions have timeout: context deadline exceeded.
The text was updated successfully, but these errors were encountered: