mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
change generation
This commit is contained in:
parent
497d15685c
commit
e644aa07a9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user