We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add configurable timeout that is passed to reqwest. The current default is "no timeout", which can lead to requests never finishing.
Add timeout() to request builder and wire it into reqwest.
The text was updated successfully, but these errors were encountered:
rpc: Add HTTP timeout, default 30 seconds.
e2d3913
Closes informalsystems#1379.
rpc: Add HTTP timeout, defaulting to 30 seconds (#1380)
7fc6d9a
* rpc: Add HTTP timeout, default 30 seconds. Closes #1379. * Add .changelog entry
Update changelog entry for #1379
3d31a60
Successfully merging a pull request may close this issue.
Description
Add configurable timeout that is passed to reqwest. The current default is "no timeout", which can lead to requests never finishing.
Definition of "done"
Add timeout() to request builder and wire it into reqwest.
The text was updated successfully, but these errors were encountered: