mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
mount: adjust on du stats reporting
fix https://github.com/seaweedfs/seaweedfs/issues/3424
This commit is contained in:
parent
9b006250b2
commit
662ec97602
|
@ -10,7 +10,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const blockSize = 4096 * 4
|
||||
const blockSize = 512
|
||||
|
||||
type statsCache struct {
|
||||
filer_pb.StatisticsResponse
|
||||
|
|
Loading…
Reference in a new issue