Skip to content

Commit a8922f6

Browse files
authored
Bump NET_IO_TIMEOUT (#442)
1 parent 7a4534b commit a8922f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psst-core/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::error::Error;
77

88
pub const NET_CONNECT_TIMEOUT: Duration = Duration::from_millis(8 * 1000);
99

10-
pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(8 * 1000);
10+
pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(16 * 1000);
1111

1212
pub fn default_ureq_agent_builder(proxy_url: Option<&str>) -> Result<ureq::AgentBuilder, Error> {
1313
let builder = ureq::AgentBuilder::new()

0 commit comments

Comments
 (0)