Skip to content

Commit

Permalink
Update changelog entry for #1379
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 13, 2024
1 parent 7fc6d9a commit 3d31a60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .changelog/unreleased/improvements/1379-rpc-http-timeout.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- Add request timeout for the RPC HttpClient
([\#1379](https://github.com/informalsystems/tendermint-rs/issues/1379))
- Allow specifying a request timeout for the RPC `HttpClient`.
`http::Builder` now provides a `.timeout(Duration)` method to specify the request timeout.
If not specified, the default value is 30 seconds.
([\#1379](https://github.com/informalsystems/tendermint-rs/issues/1379))

0 comments on commit 3d31a60

Please sign in to comment.