mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-10 13:46:28 +00:00
change generation
This commit is contained in:
@@ -473,6 +473,7 @@ async fn document_addition(
|
||||
};
|
||||
|
||||
let scheduler = index_scheduler.clone();
|
||||
ALLOC.next_generation();
|
||||
for (address, entry) in ALLOC.find_older_generations(5) {
|
||||
println!(
|
||||
"Found allocation older than 5 generations: {address:p} in generation {}. Span trace",
|
||||
|
Reference in New Issue
Block a user