Lower shred/receiver stats (#6365)

too many messages
This commit is contained in:
sakridge
2019-10-15 11:43:52 -07:00
committed by GitHub
parent 8bc9d8988f
commit dfca2b510b
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ fn recv_loop(
}
}
if recv_count > 1024 {
datapoint_info!(
datapoint_debug!(
"receiver-stats",
("received", recv_count as i64, i64),
("call_count", i64::from(call_count), i64),