Rename callTrace into progressTrace

This commit is contained in:
Kerollmops
2025-02-25 10:07:51 +01:00
parent ea7bae9a71
commit dfce20be21
12 changed files with 63 additions and 63 deletions

View File

@ -343,7 +343,7 @@ pub fn snapshot_batch(batch: &Batch) -> String {
let mut snap = String::new();
let Batch { uid, details, stats, started_at, finished_at, progress: _, enqueued_at } = batch;
let stats = BatchStats {
call_trace: Default::default(),
progress_trace: Default::default(),
write_channel_congestion: None,
..stats.clone()
};