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 7a4534b commit a8922f6Copy full SHA for a8922f6
psst-core/src/util.rs
@@ -7,7 +7,7 @@ use crate::error::Error;
7
8
pub const NET_CONNECT_TIMEOUT: Duration = Duration::from_millis(8 * 1000);
9
10
-pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(8 * 1000);
+pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(16 * 1000);
11
12
pub fn default_ureq_agent_builder(proxy_url: Option<&str>) -> Result<ureq::AgentBuilder, Error> {
13
let builder = ureq::AgentBuilder::new()
0 commit comments