mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Apply review suggestions and stop using rtxn.commit
This commit is contained in:
committed by
Clément Renault
parent
17cd2a4aa0
commit
11fee30f47
@ -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();
|
||||
|
Reference in New Issue
Block a user