mount: adjust on du stats reporting

fix https://github.com/seaweedfs/seaweedfs/issues/3424
This commit is contained in:
chrislu
2022-08-09 20:21:01 -07:00
parent 9b006250b2
commit 662ec97602

View File

@@ -10,7 +10,7 @@ import (
"time" "time"
) )
const blockSize = 4096 * 4 const blockSize = 512
type statsCache struct { type statsCache struct {
filer_pb.StatisticsResponse filer_pb.StatisticsResponse