Skip to content
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

RPC timeout update #318

Merged
merged 2 commits into from
Sep 24, 2024
Merged

RPC timeout update #318

merged 2 commits into from
Sep 24, 2024

Conversation

syntrust
Copy link
Contributor

@syntrust syntrust commented Sep 18, 2024

Issue to address

While stored as blobs, some big web resources cannot be loaded thru the web3 gateway, which the console shows:

ERRO[2024-09-14 10:11:59] FetchUrl error: internal server error: Post "http://127.0.0.1:8545": context deadline exceeded  

root cause

The default timeout is too short so the es-node does not have enough time to make eth_esCall to es_geth.

solution

The solution is to extend the timeout.

@syntrust syntrust merged commit 85774d3 into main Sep 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants