Fixes to repair and orphan logic for data shreds (#5587)

This commit is contained in:
Pankaj Garg
2019-08-21 15:27:42 -07:00
committed by GitHub
parent d651cb7a25
commit 0dc0594aaa
6 changed files with 76 additions and 72 deletions

View File

@ -114,7 +114,7 @@ where
blocktree.insert_shreds(&shreds)?;
info!(
trace!(
"Elapsed processing time in recv_window(): {}",
duration_as_ms(&now.elapsed())
);