mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +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();
|
let scheduler = index_scheduler.clone();
|
||||||
|
ALLOC.next_generation();
|
||||||
for (address, entry) in ALLOC.find_older_generations(5) {
|
for (address, entry) in ALLOC.find_older_generations(5) {
|
||||||
println!(
|
println!(
|
||||||
"Found allocation older than 5 generations: {address:p} in generation {}. Span trace",
|
"Found allocation older than 5 generations: {address:p} in generation {}. Span trace",
|
||||||
|
Loading…
Reference in New Issue
Block a user