Skip to content

Commit

Permalink
this field is feature-flagged
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jun 8, 2024
1 parent 295414b commit 2cd2e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh-net/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub async fn run_relay_server() -> Result<(RelayMap, RelayUrl, crate::relay::iro
stun: Some(StunConfig {
bind_addr: (Ipv4Addr::LOCALHOST, 0).into(),
}),
#[cfg(feature = "metrics")]
metrics_addr: None,
};
let server = crate::relay::iroh_relay::Server::spawn(config)
Expand Down

0 comments on commit 2cd2e70

Please sign in to comment.