mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Stop computing the update files size
This commit is contained in:
parent
7745cc9d3c
commit
516d2df862
1 changed files with 0 additions and 3 deletions
|
@ -284,9 +284,6 @@ pub fn create_all_stats(
|
|||
used_database_size += index_scheduler.used_size()?;
|
||||
database_size += auth_controller.size()?;
|
||||
used_database_size += auth_controller.used_size()?;
|
||||
let update_file_size = index_scheduler.compute_update_file_size()?;
|
||||
database_size += update_file_size;
|
||||
used_database_size += update_file_size;
|
||||
|
||||
let stats = Stats { database_size, used_database_size, last_update: last_task, indexes };
|
||||
Ok(stats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue