From 9a965a2d63cdf9760686c182c062609027541065 Mon Sep 17 00:00:00 2001 From: ste87 Date: Fri, 13 Mar 2026 21:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20NetworkService.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NetworkService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkService.php b/NetworkService.php index 44ff689..084a89a 100644 --- a/NetworkService.php +++ b/NetworkService.php @@ -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;