Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node/reactor: Demote reactor lag log to DEBUG
✗ CI failure Adrian Duke committed 1 month ago
commit 7dbbd2fd2f551aaeec968a603c62451d0199160e
parent ef1d71fc5295787ddccd40d50d7ba632c999dce5
1 failed (1 total) View logs
1 file changed +1 -1
modified crates/radicle-node/src/reactor.rs
@@ -432,7 +432,7 @@ impl<H: ReactionHandler> Runtime<H> {

            let duration = Instant::now().duration_since(tick);
            if duration > LAG_TIMEOUT {
-
                log::warn!(target: "reactor", "Service was busy {:?} which exceeds the timeout of {:?}", duration, LAG_TIMEOUT);
+
                log::debug!(target: "reactor", "Service was busy {:?} which exceeds the timeout of {:?}", duration, LAG_TIMEOUT);
            }

            self.handle_actions(tick);