Add database sizes stats to the batches

This commit is contained in:
Kerollmops 2025-03-25 11:12:25 +01:00
parent 82aee6a9af
commit 182e5d5632
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 3 additions and 0 deletions

View file

@ -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),