mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
single update store instance
This commit is contained in:
parent
5a38f13cae
commit
9ce68d11a7
12 changed files with 95 additions and 202 deletions
|
@ -25,10 +25,6 @@ pub enum UpdateMsg<D> {
|
|||
uuid: Uuid,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
Create {
|
||||
uuid: Uuid,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
Snapshot {
|
||||
uuid: Uuid,
|
||||
path: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue