Skip to content

Commit

Permalink
Reduced read_buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 5, 2024
1 parent c8bb9ad commit dcce89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http1/my_http_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl<
send_to_socket_timeout: std::time::Duration::from_secs(30),
connect_timeout: std::time::Duration::from_secs(5),
read_from_stream_timeout: std::time::Duration::from_secs(120),
read_buffer_size: 1024 * 1024,
read_buffer_size: 1024 * 512,
};

#[cfg(feature = "metrics")]
Expand Down

0 comments on commit dcce89e

Please sign in to comment.