Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Oct 19, 2024
1 parent 37396e6 commit d8d894b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chain-signatures/node/src/http_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,11 @@ impl MessageQueue {
}

let elapsed = outer.elapsed();
if elapsed > Duration::from_millis(100) && uncompacted > 0 {
if uncompacted > 0 {
tracing::info!(
uncompacted,
compacted,
"{from:?} sent messages in {:?}",
elapsed,
"{from:?} sent messages in {elapsed:?}",
);
}
crate::metrics::SEND_ENCRYPTED_LATENCY
Expand Down

0 comments on commit d8d894b

Please sign in to comment.