fix(admin): keep datausage live refresh stable (#4630)

fix(ecstore): keep fuller data usage overlay

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
Henry Guo
2026-07-10 09:17:35 +08:00
committed by GitHub
parent 7dc03603da
commit 24d0c09347
2 changed files with 96 additions and 1 deletions
-1
View File
@@ -253,7 +253,6 @@ impl DefaultAdminUsecase {
replace_bucket_usage_memory_from_info(&info).await;
apply_bucket_usage_memory_overlay(&mut info).await;
Self::refresh_live_bucket_usage_for_data_usage_info(store.clone(), &mut info).await;
apply_bucket_usage_memory_overlay(&mut info).await;
let storage_info = StorageAdminApi::storage_info(store.as_ref()).await;