We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa4a6b commit f885633Copy full SHA for f885633
tests/sqllogictests/src/client/http_client.rs
@@ -124,7 +124,7 @@ impl HttpClient {
124
.default_headers(header)
125
// https://github.com/hyperium/hyper/issues/2136#issuecomment-589488526
126
.http2_keep_alive_timeout(Duration::from_secs(15))
127
- .pool_max_idle_per_host(0)
+ .pool_max_idle_per_host(16)
128
.build()?;
129
130
let url = format!("http://127.0.0.1:{}/v1/session/login", port);
0 commit comments