We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92279ea commit 4fb0140Copy full SHA for 4fb0140
lightning-block-sync/src/http.rs
@@ -82,6 +82,7 @@ impl<'a> std::net::ToSocketAddrs for &'a HttpEndpoint {
82
}
83
84
/// Maximum number of cached connections in the connection pool.
85
+#[cfg(feature = "tokio")]
86
const MAX_CONNECTIONS: usize = 10;
87
88
/// Client for making HTTP requests.
0 commit comments