diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-09 20:21:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-09 20:21:01 -0700 |
| commit | 662ec97602443a702c13c34283e72ab239291048 (patch) | |
| tree | 30b51305caa222873ecda7032bf033b77ee85f8f | |
| parent | 9b006250b249ecd362cd9f754e2ff79345464748 (diff) | |
| download | seaweedfs-662ec97602443a702c13c34283e72ab239291048.tar.xz seaweedfs-662ec97602443a702c13c34283e72ab239291048.zip | |
mount: adjust on du stats reporting
fix https://github.com/seaweedfs/seaweedfs/issues/3424
| -rw-r--r-- | weed/mount/weedfs_stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mount/weedfs_stats.go b/weed/mount/weedfs_stats.go index 1b47e5d86..28e992158 100644 --- a/weed/mount/weedfs_stats.go +++ b/weed/mount/weedfs_stats.go @@ -10,7 +10,7 @@ import ( "time" ) -const blockSize = 4096 * 4 +const blockSize = 512 type statsCache struct { filer_pb.StatisticsResponse |
