mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
@@ -1029,7 +1029,7 @@ impl FolderScanner {
|
||||
|
||||
#[tracing::instrument(level = "info", skip(into, folder_scanner))]
|
||||
async fn scan(folder: &CachedFolder, into: &mut DataUsageEntry, folder_scanner: &mut FolderScanner) {
|
||||
if !into.compacted {
|
||||
if into.compacted {
|
||||
*into = DataUsageEntry::default();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user