mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Introduce the core algorithm of task cancelation
This commit is contained in:
		
				
					committed by
					
						 Clément Renault
						Clément Renault
					
				
			
			
				
	
			
			
			
						parent
						
							b2c5bc67b7
						
					
				
				
					commit
					725158b454
				
			| @@ -115,7 +115,7 @@ pub enum KindDump { | ||||
|     }, | ||||
|     TaskCancelation { | ||||
|         query: String, | ||||
|         tasks: Vec<TaskId>, | ||||
|         tasks: RoaringBitmap, | ||||
|     }, | ||||
|     TasksDeletion { | ||||
|         query: String, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user