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 10fe4377b183a1699dd56ec38839801e9d4eb434
parent 0c7767f647b2497d95dc43e622d05aa9bbcb2583
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);