mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 15:27:55 +08:00
mount: adjust on du stats reporting
fix https://github.com/seaweedfs/seaweedfs/issues/3424
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const blockSize = 4096 * 4
|
||||
const blockSize = 512
|
||||
|
||||
type statsCache struct {
|
||||
filer_pb.StatisticsResponse
|
||||
|
Reference in New Issue
Block a user