mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Add the snapshots directory path to the IndexScheduler
This commit is contained in:
parent
e0548e42e7
commit
c063f154fb
3 changed files with 12 additions and 2 deletions
|
@ -26,6 +26,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
|||
index_mapper,
|
||||
wake_up: _,
|
||||
dumps_path: _,
|
||||
snapshots_path: _,
|
||||
test_breakpoint_sdr: _,
|
||||
planned_failures: _,
|
||||
run_loop_iteration: _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue