mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-23 03:56:28 +00:00
Do not return the EnvClosingEvent
This commit is contained in:
@@ -578,7 +578,7 @@ impl IndexScheduler {
|
||||
|
||||
// 5. Prepare to close the index
|
||||
progress.update_progress(IndexCompaction::CloseTheIndex);
|
||||
let _closing_event = self.index_mapper.close_index(rtxn, index_uid)?;
|
||||
self.index_mapper.close_index(rtxn, index_uid)?;
|
||||
drop(index);
|
||||
|
||||
progress.update_progress(IndexCompaction::ReopenTheIndex);
|
||||
|
Reference in New Issue
Block a user