rename documents -> substep

This commit is contained in:
Louis Dureuil 2024-11-20 15:11:26 +01:00
parent 8380ddbdcd
commit ff9c92c409
No known key found for this signature in database
4 changed files with 23 additions and 27 deletions

View file

@ -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
);
};