remove duplicate fileCount query (#4588)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user