mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Update index-scheduler/src/batch.rs
This commit is contained in:
parent
c9f89d38e3
commit
87cac158c4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue