Bai Jie
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
weed/storage/volume.go
|
@ -310,7 +310,6 @@ func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64, |
|
|
fileCount = uint64(v.nm.FileCount()) |
|
|
fileCount = uint64(v.nm.FileCount()) |
|
|
deletedCount = uint64(v.nm.DeletedCount()) |
|
|
deletedCount = uint64(v.nm.DeletedCount()) |
|
|
deletedSize = v.nm.DeletedSize() |
|
|
deletedSize = v.nm.DeletedSize() |
|
|
fileCount = uint64(v.nm.FileCount()) |
|
|
|
|
|
|
|
|
|
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|