Move currently_updating_index to IndexMapper

This commit is contained in:
Louis Dureuil 2024-01-09 15:37:27 +01:00
parent 5ee1378856
commit 97bb1ff9e2
No known key found for this signature in database
4 changed files with 20 additions and 17 deletions

View file

@ -42,7 +42,6 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
test_breakpoint_sdr: _,
planned_failures: _,
run_loop_iteration: _,
currently_updating_index: _,
embedders: _,
} = scheduler;