mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Update index-scheduler/src/lib.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
aa7537a11e
commit
9ca6f59546
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue