Fix comment in serve_repair (#9703)

automerge
This commit is contained in:
Leopold Schabel 2020-04-24 19:00:23 +02:00 committed by GitHub
parent d44e0b7cd8
commit 767a0f9384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ impl ServeRepair {
response_sender: &PacketSender,
stats: &mut ServeRepairStats,
) {
// iter over the packets, collect pulls separately and process everything else
// iter over the packets
let allocated = thread_mem_usage::Allocatedp::default();
packets.packets.iter().for_each(|packet| {
let start = allocated.get();