diff --git a/index-scheduler/src/lib.rs b/index-scheduler/src/lib.rs index e0a37aba1..48acab342 100644 --- a/index-scheduler/src/lib.rs +++ b/index-scheduler/src/lib.rs @@ -1131,7 +1131,7 @@ impl IndexScheduler { } log::info!( - "The task queue is almost full. Thus, meilisearch will delete the last {} finished tasks.", + "The task queue is almost full. Deleting the oldest {} finished tasks.", to_delete.len() );