mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 19:17:46 +08:00
small refactoring
This commit is contained in:
@@ -94,8 +94,8 @@ func (v *Volume)LastModifiedTime() uint64 {
|
||||
return v.lastModifiedTime
|
||||
}
|
||||
|
||||
func (v *Volume)FileCount() uint {
|
||||
return uint(v.nm.FileCount())
|
||||
func (v *Volume)FileCount() uint64 {
|
||||
return uint64(v.nm.FileCount())
|
||||
}
|
||||
|
||||
// Close cleanly shuts down this volume
|
||||
|
Reference in New Issue
Block a user