Skip to content

Commit

Permalink
Bump NET_IO_TIMEOUT (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Oct 5, 2023
1 parent 7a4534b commit a8922f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psst-core/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::error::Error;

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

pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(8 * 1000);
pub const NET_IO_TIMEOUT: Duration = Duration::from_millis(16 * 1000);

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

0 comments on commit a8922f6

Please sign in to comment.