mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Remove a sync_all (mark my words)
This commit is contained in:
parent
bcab61ab1d
commit
5e218f3f4d
1 changed files with 0 additions and 1 deletions
|
@ -489,7 +489,6 @@ impl<'b> ExtractorBbqueueSender<'b> {
|
|||
}
|
||||
|
||||
let value_file = value_file.into_inner().map_err(|ie| ie.into_error())?;
|
||||
value_file.sync_all()?;
|
||||
let embeddings = unsafe { Mmap::map(&value_file)? };
|
||||
|
||||
let large_vectors = LargeVectors { docid, embedder_id, embeddings };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue