mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
fixup! Re-open tasks queue.
This commit is contained in:
parent
f056fc118f
commit
e510ace179
@ -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…
Reference in New Issue
Block a user