We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f732f2 commit ab30823Copy full SHA for ab30823
1 file changed
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