mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-12 14:27:28 +01:00
ensure we never write the progress to the db
This commit is contained in:
parent
45d5d4bf40
commit
ab9213fa94
@ -16,7 +16,7 @@ pub type BatchId = u32;
|
||||
pub struct Batch {
|
||||
pub uid: BatchId,
|
||||
|
||||
#[serde(skip_deserializing)]
|
||||
#[serde(skip)]
|
||||
pub progress: Option<ProgressView>,
|
||||
pub details: DetailsView,
|
||||
pub stats: BatchStats,
|
||||
|
Loading…
x
Reference in New Issue
Block a user