mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add database sizes stats to the batches
This commit is contained in:
parent
82aee6a9af
commit
182e5d5632
2 changed files with 3 additions and 0 deletions
|
@ -326,6 +326,7 @@ pub(crate) mod test {
|
|||
index_uids: maplit::btreemap! { "doggo".to_string() => 1 },
|
||||
progress_trace: Default::default(),
|
||||
write_channel_congestion: None,
|
||||
internal_database_sizes: Default::default(),
|
||||
},
|
||||
enqueued_at: Some(BatchEnqueuedAt {
|
||||
earliest: datetime!(2022-11-11 0:00 UTC),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue