mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
crawler: Missing folder heal check per set (#10876)
This commit is contained in:
@@ -56,6 +56,7 @@ type dataUsageEntry struct {
|
||||
// dataUsageCache contains a cache of data usage entries.
|
||||
type dataUsageCache struct {
|
||||
Info dataUsageCacheInfo
|
||||
Disks []string
|
||||
Cache map[string]dataUsageEntry
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user