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