Skip to content

Commit ab30823

Browse files
committed
ci fix
1 parent 8f732f2 commit ab30823

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)