mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
Introduce the core algorithm of task cancelation
This commit is contained in:
committed by
Clément Renault
parent
6276b2a382
commit
74657bba2c
@ -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