mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
rename documents -> substep
This commit is contained in:
parent
8380ddbdcd
commit
ff9c92c409
4 changed files with 23 additions and 27 deletions
|
@ -1246,16 +1246,16 @@ impl IndexScheduler {
|
|||
current_step,
|
||||
finished_steps,
|
||||
total_steps,
|
||||
finished_documents,
|
||||
total_documents,
|
||||
finished_substeps,
|
||||
total_substeps,
|
||||
} = processing_tasks.write().unwrap().update_progress(progress);
|
||||
|
||||
tracing::info!(
|
||||
current_step,
|
||||
finished_steps,
|
||||
total_steps,
|
||||
finished_documents,
|
||||
total_documents
|
||||
finished_substeps,
|
||||
total_substeps
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue