更新 Speed/ServerUsagesSyncService.php

This commit is contained in:
ste87 2026-03-14 23:15:32 +08:00
parent 4bcb891f24
commit b9d50fa717

View File

@ -36,7 +36,7 @@ class ServerUsagesSyncService
} }
if ($bandwidth > 0) { if ($bandwidth > 0) {
$server->update([ $server->skipValidation()->update([
'bandwidth_usage' => $bandwidth, 'bandwidth_usage' => $bandwidth,
'hydrated_at' => now(), 'hydrated_at' => now(),
]); ]);