From 662ec97602443a702c13c34283e72ab239291048 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 9 Aug 2022 20:21:01 -0700 Subject: [PATCH] mount: adjust on du stats reporting fix https://github.com/seaweedfs/seaweedfs/issues/3424 --- weed/mount/weedfs_stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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