-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(rpc): Add flags to disable read tx timeout #11856
feat(rpc): Add flags to disable read tx timeout #11856
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's tackle it via introducing an argument We already have the logic for custom timeout, so we just need to set it using the CLI argument reth/crates/storage/db/src/implementation/mdbx/mod.rs Lines 111 to 118 in e26d110
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, pending @shekhirin
#11672
Add a flag to disable read tx timeout for long running APIs like
debug_executionWitness
,eth_getProof
, etc