fix: update metrics for download_block_range (#16064)

This commit is contained in:
int88
2025-05-05 18:47:06 +08:00
committed by GitHub
parent bdbefd0003
commit d66d1caed4

View File

@@ -133,6 +133,8 @@ where
target: request.start_hash(),
});
self.inflight_block_range_requests.push(request);
self.update_block_download_metrics();
}
}