mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08:00
remove useless todo
This commit is contained in:
parent
9fe24fbff2
commit
655705eb2b
@ -507,15 +507,9 @@ impl IndexScheduler {
|
|||||||
(bitmap.insert(task.uid));
|
(bitmap.insert(task.uid));
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
match wtxn.commit() {
|
wtxn.commit()?;
|
||||||
Ok(()) => (),
|
|
||||||
_e @ Err(_) => {
|
|
||||||
todo!("remove the data associated with the task");
|
|
||||||
// _e?;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.wake_up.signal();
|
self.wake_up.signal();
|
||||||
|
|
||||||
Ok(task)
|
Ok(task)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user