mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Update index-scheduler/src/batch.rs
This commit is contained in:
parent
c9f89d38e3
commit
87cac158c4
@ -875,7 +875,6 @@ impl IndexScheduler {
|
||||
}
|
||||
|
||||
// 2. Get the task set for index = name that appeared before the index swap task
|
||||
|
||||
let mut index_lhs_task_ids = self.index_tasks(wtxn, lhs)?;
|
||||
index_lhs_task_ids.remove_range(task_id..);
|
||||
let mut index_rhs_task_ids = self.index_tasks(wtxn, rhs)?;
|
||||
|
Loading…
Reference in New Issue
Block a user