mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix snapshot dir already exists
This commit is contained in:
parent
eb53ed4cc1
commit
48d5f88c1a
2 changed files with 2 additions and 2 deletions
|
@ -80,6 +80,8 @@ impl IndexController {
|
|||
)?;
|
||||
}
|
||||
|
||||
std::fs::create_dir_all(&path)?;
|
||||
|
||||
let uuid_resolver = uuid_resolver::UuidResolverHandleImpl::new(&path)?;
|
||||
let index_handle = index_actor::IndexActorHandleImpl::new(&path, index_size)?;
|
||||
let update_handle = update_actor::UpdateActorHandleImpl::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue