mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Rename callTrace into progressTrace
This commit is contained in:
parent
ea7bae9a71
commit
dfce20be21
12 changed files with 63 additions and 63 deletions
|
@ -321,7 +321,7 @@ pub(crate) mod test {
|
|||
status: maplit::btreemap! { Status::Succeeded => 1 },
|
||||
types: maplit::btreemap! { Kind::DocumentAdditionOrUpdate => 1 },
|
||||
index_uids: maplit::btreemap! { "doggo".to_string() => 1 },
|
||||
call_trace: Default::default(),
|
||||
progress_trace: Default::default(),
|
||||
write_channel_congestion: None,
|
||||
},
|
||||
enqueued_at: Some(BatchEnqueuedAt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue