Fix autobatching of documents and settings

This commit is contained in:
Louis Dureuil
2024-12-02 12:25:01 +01:00
parent 8d33af1dff
commit d78f4666a0
3 changed files with 5 additions and 140 deletions

View File

@ -106,7 +106,7 @@ impl ProcessingBatch {
self.stats.total_nb_tasks = 0;
}
/// Update the timestamp of the tasks and the inner structure of this sturcture.
/// Update the timestamp of the tasks and the inner structure of this structure.
pub fn update(&mut self, task: &mut Task) {
// We must re-set this value in case we're dealing with a task that has been added between
// the `processing` and `finished` state