更新 NetworkService.php

This commit is contained in:
ste87 2026-03-13 21:20:44 +08:00
parent f079ed5c0e
commit 9a965a2d63

View File

@ -131,7 +131,7 @@ class NetworkService
);
}
public function updateRateLimit(Server $server, ?int $mebibytes = null): void
public function updateRateLimit(Server $server, ?float $mebibytes = null): void
{
$macAddresses = $this->getMacAddresses($server, true, true);
$macAddress = $macAddresses->eloquent ?? $macAddresses->proxmox;