mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Save the currently updating index so that the search can access it at all times
This commit is contained in:
parent
54f0ee1ed2
commit
a2d0c73b41
3 changed files with 21 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
|||
test_breakpoint_sdr: _,
|
||||
planned_failures: _,
|
||||
run_loop_iteration: _,
|
||||
currently_updating_index: _,
|
||||
} = scheduler;
|
||||
|
||||
let rtxn = env.read_txn().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue