diff --git a/rpc-client/src/http_sender.rs b/rpc-client/src/http_sender.rs index 3b488a0af6..902f86ce63 100644 --- a/rpc-client/src/http_sender.rs +++ b/rpc-client/src/http_sender.rs @@ -60,6 +60,7 @@ impl HttpSender { reqwest::Client::builder() .default_headers(default_headers) .timeout(timeout) + .pool_idle_timeout(timeout) .build() .expect("build rpc client"), );