mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Apply review suggestions and stop using rtxn.commit
This commit is contained in:
parent
14a44776f6
commit
8514c1c12b
3 changed files with 3 additions and 7 deletions
|
@ -718,7 +718,7 @@ impl IndexScheduler {
|
|||
Some(batch) => batch,
|
||||
None => return Ok(0),
|
||||
};
|
||||
drop(rtxn); //rtxn.commit()?;
|
||||
drop(rtxn);
|
||||
|
||||
// 1. store the starting date with the bitmap of processing tasks.
|
||||
let mut ids = batch.ids();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue