We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2622de1 commit 28676f3Copy full SHA for 28676f3
crates/http/src/reqwest.rs
@@ -98,7 +98,6 @@ pub fn client() -> reqwest::Client {
98
.user_agent(USER_AGENT)
99
.timeout(Duration::from_secs(60))
100
.connect_timeout(Duration::from_secs(30))
101
- .read_timeout(Duration::from_secs(30))
102
.build()
103
.expect("failed to create HTTP client")
104
}
0 commit comments