This commit is contained in:
weisd
2025-04-08 22:10:47 +08:00
parent 69e27bfece
commit 3dbdd38889
5 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ impl DataUsageCache {
let mut retries = 0;
while retries < 5 {
let path = Path::new(BUCKET_META_PREFIX).join(name);
warn!("Loading data usage cache from backend: {}", path.display());
// warn!("Loading data usage cache from backend: {}", path.display());
match store
.get_object_reader(
RUSTFS_META_BUCKET,