mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Clarify the tail writing to database
This commit is contained in:
parent
245a55722a
commit
76fd5d92d7
3 changed files with 8 additions and 8 deletions
|
@ -291,7 +291,7 @@ where
|
|||
&indexing_context.must_stop_processing,
|
||||
)?;
|
||||
}
|
||||
indexing_context.progress.update_progress(IndexingStep::TailWritingToDatabase);
|
||||
indexing_context.progress.update_progress(IndexingStep::WaitingForDatabaseWrites);
|
||||
finished_extraction.store(true, std::sync::atomic::Ordering::Relaxed);
|
||||
|
||||
Result::Ok((facet_field_ids_delta, index_embeddings))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue