mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +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 uid: BatchId, | ||||
|  | ||||
|     #[serde(skip_deserializing)] | ||||
|     #[serde(skip)] | ||||
|     pub progress: Option<ProgressView>, | ||||
|     pub details: DetailsView, | ||||
|     pub stats: BatchStats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user