Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node/reactor: Demote reactor lag log to DEBUG
Adrian Duke committed 1 month ago
commit c627e68fdbc728d5318f3c94c9a3d97d27cab03c
parent a6a3716
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);