From 6a86503d29103050b5c8f6aa5e48e430791f0cac Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 27 Mar 2024 20:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E5=B9=B6=E5=8F=91=E5=86=99?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/utils/fs/status.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/utils/fs/status.go b/internal/utils/fs/status.go index 659f447..fcfdfe1 100644 --- a/internal/utils/fs/status.go +++ b/internal/utils/fs/status.go @@ -129,9 +129,9 @@ func WriteEnd() { func calculateDiskMaxWrites() { switch DiskSpeed { case SpeedExtremelyFast: - DiskMaxWrites = 256 - case SpeedFast: DiskMaxWrites = 128 + case SpeedFast: + DiskMaxWrites = 64 case SpeedLow: DiskMaxWrites = 32 case SpeedExtremelySlow: