mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
remove duplicate fileCount
query (#4588)
This commit is contained in:
parent
44b9d72ef0
commit
3b88ab42aa
@ -310,7 +310,6 @@ func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64,
|
||||
fileCount = uint64(v.nm.FileCount())
|
||||
deletedCount = uint64(v.nm.DeletedCount())
|
||||
deletedSize = v.nm.DeletedSize()
|
||||
fileCount = uint64(v.nm.FileCount())
|
||||
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user