mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Rename callTrace into progressTrace
This commit is contained in:
parent
ea7bae9a71
commit
dfce20be21
12 changed files with 63 additions and 63 deletions
|
@ -342,7 +342,7 @@ impl IndexScheduler {
|
|||
// We must re-add the canceled task so they're part of the same batch.
|
||||
ids |= canceled;
|
||||
|
||||
processing_batch.stats.call_trace =
|
||||
processing_batch.stats.progress_trace =
|
||||
progress.accumulated_durations().into_iter().map(|(k, v)| (k, v.into())).collect();
|
||||
processing_batch.stats.write_channel_congestion = congestion.map(|congestion| {
|
||||
let mut congestion_info = serde_json::Map::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue