Correctly describe repair and retransmit peers (#2110)

This commit is contained in:
Sagar Dhawan
2018-12-11 15:51:47 -08:00
committed by GitHub
parent 9243bc58db
commit 4788a4f775
3 changed files with 26 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ pub fn repair(
}
}
let num_peers = rcluster_info.tvu_peers().len() as u64;
let num_peers = rcluster_info.repair_peers().len() as u64;
// Check if there's a max_entry_height limitation
let max_repair_entry_height = if max_entry_height == 0 {