mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat(http): calculate updates' and uuids' dbs size
This commit is contained in:
parent
ae1655586c
commit
adfdb99abc
17 changed files with 121 additions and 25 deletions
|
@ -34,4 +34,8 @@ pub enum UpdateMsg<D> {
|
|||
path: PathBuf,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
GetSize {
|
||||
uuid: Uuid,
|
||||
ret: oneshot::Sender<Result<u64>>,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue