[Node Operator Question] execution timeout error #173
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI have one question. curl -w %{time_total}\n localhost:8545 -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceBlockByNumber","params":["0x6d099c1", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"}' Protocol Descriptionop-geth v1.101304.2 Node LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @junghwan-chon, According to the geth docs,
If that doesn't work, I'd recommend setting a high value for the timeout, and I can flag it to the engineering team. |
Beta Was this translation helpful? Give feedback.
-
Hey @junghwan-chon, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
Ah yes, good call out, this is a requirement to attach as a request parameter. There aren't additional configurations that will optimize these requests.