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
Adrian Duke committed 2 months ago
commit c627e68fdbc728d5318f3c94c9a3d97d27cab03c
parent a6a3716f5d11c3fc7f255ad7f18d3cd7a8c4a50b
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);