We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a0073 + dbee825 commit befbe1bCopy full SHA for befbe1b
src/console/clients/checker/checks/udp.rs
@@ -83,7 +83,7 @@ pub async fn run(udp_trackers: Vec<SocketAddr>, timeout: Duration) -> Vec<Result
83
.await
84
.map(|_| ());
85
86
- checks.results.push((Check::Announce, check));
+ checks.results.push((Check::Scrape, check));
87
}
88
89
if checks.results.iter().any(|f| f.1.is_err()) {
0 commit comments