mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08: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 New Issue
Block a user