Skip to content

Commit 4fb0140

Browse files
committed
ci fix
1 parent 92279ea commit 4fb0140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning-block-sync/src/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ impl<'a> std::net::ToSocketAddrs for &'a HttpEndpoint {
8282
}
8383

8484
/// Maximum number of cached connections in the connection pool.
85+
#[cfg(feature = "tokio")]
8586
const MAX_CONNECTIONS: usize = 10;
8687

8788
/// Client for making HTTP requests.

0 commit comments

Comments
 (0)