mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
apply review comments
This commit is contained in:
parent
bf94f89035
commit
a858531574
4 changed files with 9 additions and 7 deletions
|
@ -281,7 +281,7 @@ pub fn create_all_stats(
|
|||
|
||||
database_size += index_scheduler.size()?;
|
||||
database_size += auth_controller.size()?;
|
||||
database_size += index_scheduler.update_file_size()?;
|
||||
database_size += index_scheduler.compute_update_file_size()?;
|
||||
|
||||
let stats = Stats { database_size, last_update: last_task, indexes };
|
||||
Ok(stats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue