From b9d50fa717528aae69fab45eeb2196ce7a848456 Mon Sep 17 00:00:00 2001 From: ste87 Date: Sat, 14 Mar 2026 23:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Speed/ServerUsagesSyncServ?= =?UTF-8?q?ice.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Speed/ServerUsagesSyncService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Speed/ServerUsagesSyncService.php b/Speed/ServerUsagesSyncService.php index 188291f..d4fff09 100644 --- a/Speed/ServerUsagesSyncService.php +++ b/Speed/ServerUsagesSyncService.php @@ -36,7 +36,7 @@ class ServerUsagesSyncService } if ($bandwidth > 0) { - $server->update([ + $server->skipValidation()->update([ 'bandwidth_usage' => $bandwidth, 'hydrated_at' => now(), ]);