feat: Mark servers as healthy when they successfully make an inbound request

This commit is contained in:
timedout
2026-08-11 15:44:11 +01:00
parent c40995077a
commit 3b69c01b41
+3
View File
@@ -149,6 +149,9 @@ async fn verify<B: AsRef<[u8]> + Sync>(
)));
}
// Ping the server as healthy
services.sending.mark_healthy(&output.origin);
Ok(output.origin)
},
| Err(err) =>