mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fixup! Re-open tasks queue.
This commit is contained in:
parent
f056fc118f
commit
e510ace179
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ impl V4Reader {
|
|||
index.uid.clone(),
|
||||
&self.dump.path().join("indexes").join(index.index_meta.uuid.to_string()),
|
||||
&index.index_meta,
|
||||
BufReader::new(File::open(dump.path().join("updates").join("data.jsonl")).unwrap()),
|
||||
BufReader::new(File::open(&self.dump.path().join("updates").join("data.jsonl")).unwrap()),
|
||||
)
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue