mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-12 15:56:34 +00:00
feat(http): calculate updates' and uuids' dbs size
This commit is contained in:
@ -360,7 +360,7 @@ impl<S: IndexStore + Sync + Send> IndexActor<S> {
|
||||
let rtxn = index.read_txn()?;
|
||||
|
||||
Ok(IndexStats {
|
||||
size: index.size()?,
|
||||
size: index.size(),
|
||||
number_of_documents: index.number_of_documents(&rtxn)?,
|
||||
is_indexing,
|
||||
fields_distribution: index.fields_distribution(&rtxn)?,
|
||||
|
Reference in New Issue
Block a user