Rename operation to IndexCompaction

This commit is contained in:
Kerollmops
2025-10-06 16:19:04 +02:00
parent f95398420b
commit 3877e0043c
11 changed files with 45 additions and 41 deletions

View File

@@ -68,7 +68,7 @@ pub async fn compact(
analytics.publish(IndexCompacted::default(), &req);
let task = KindWithContent::CompactIndex { index_uid: index_uid.to_string() };
let task = KindWithContent::IndexCompaction { index_uid: index_uid.to_string() };
let task =
match tokio::task::spawn_blocking(move || index_scheduler.register(task, None, false))
.await?