mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	rename the ComputingTheChanges to ComputingDocumentChanges
This commit is contained in:
		| @@ -1359,7 +1359,7 @@ impl IndexScheduler { | ||||
|                     } | ||||
|                 }; | ||||
|  | ||||
|                 progress.update_progress(DocumentOperationProgress::ComputingTheChanges); | ||||
|                 progress.update_progress(DocumentOperationProgress::ComputingDocumentChanges); | ||||
|                 let (document_changes, operation_stats, primary_key) = indexer | ||||
|                     .into_changes( | ||||
|                         &indexer_alloc, | ||||
|   | ||||
| @@ -139,7 +139,7 @@ make_enum_progress! { | ||||
| make_enum_progress! { | ||||
|     pub enum DocumentOperationProgress { | ||||
|         RetrievingConfig, | ||||
|         ComputingTheChanges, | ||||
|         ComputingDocumentChanges, | ||||
|         Indexing, | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user