mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix update store lock
This commit is contained in:
parent
1a65eed724
commit
2716c1aebb
7 changed files with 163 additions and 70 deletions
|
@ -3,7 +3,7 @@ use milli::update::{DocumentAdditionResult, IndexDocumentsMethod, UpdateFormat};
|
|||
use serde::{Deserialize, Serialize};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::index::{Unchecked, Settings};
|
||||
use crate::index::{Settings, Unchecked};
|
||||
|
||||
pub type UpdateError = String;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue