mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fixes a lot of small issue, the test about the cancellation is still failing
This commit is contained in:
parent
ad9763ffcd
commit
15eefa4fcc
13 changed files with 821 additions and 196 deletions
|
@ -62,11 +62,6 @@ impl Task {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn with_batch_id(mut self, batch_id: TaskId) -> Self {
|
||||
self.batch_uid = Some(batch_id);
|
||||
self
|
||||
}
|
||||
|
||||
/// Return the list of indexes updated by this tasks.
|
||||
pub fn indexes(&self) -> Vec<&str> {
|
||||
self.kind.indexes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue