mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
ensure we never write the progress to the db
This commit is contained in:
parent
45d5d4bf40
commit
ab9213fa94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue