Browse Source

mount: adjust on du stats reporting

fix https://github.com/seaweedfs/seaweedfs/issues/3424
pull/3442/head
chrislu 2 years ago
parent
commit
662ec97602
  1. 2
      weed/mount/weedfs_stats.go

2
weed/mount/weedfs_stats.go

@ -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

Loading…
Cancel
Save