更新 Speed/ServerUsagesSyncService.php
This commit is contained in:
@@ -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(),
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user