mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
rewrite the update file API
This commit is contained in:
parent
d8ac2a0063
commit
704b9566e4
3 changed files with 40 additions and 12 deletions
|
@ -118,7 +118,7 @@ impl V6Reader {
|
|||
.path()
|
||||
.join("tasks")
|
||||
.join("update_files")
|
||||
.join(task.uid.to_string());
|
||||
.join(format!("{}.jsonl", task.uid.to_string()));
|
||||
|
||||
if update_file_path.exists() {
|
||||
Ok((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue