mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
ensure the indexUid is valid in most cases
This commit is contained in:
parent
a8de5368e5
commit
f6963f9662
2 changed files with 10 additions and 5 deletions
|
@ -246,7 +246,6 @@ async fn document_addition(
|
|||
};
|
||||
// we NEED to persist the file here because we moved the `udpate_file` in another task.
|
||||
update_file.persist()?;
|
||||
println!("file has been persisted");
|
||||
Ok(documents_count)
|
||||
})
|
||||
.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue