From de2557ed453b16c1cd441af7b1544459f9bb5d1c Mon Sep 17 00:00:00 2001 From: ste87 Date: Sat, 14 Mar 2026 14:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Speed/StoreServerRequest.p?= =?UTF-8?q?hp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Speed/StoreServerRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Speed/StoreServerRequest.php b/Speed/StoreServerRequest.php index 487a742..58c15f2 100644 --- a/Speed/StoreServerRequest.php +++ b/Speed/StoreServerRequest.php @@ -33,6 +33,7 @@ class StoreServerRequest extends BaseApiRequest 'limits.snapshots' => $rules['snapshot_limit'], 'limits.backups' => $rules['backup_limit'], 'limits.bandwidth' => $rules['bandwidth_limit'], + 'limits.rate_limit' => $rules['rate_limit'], 'limits.address_ids' => 'sometimes|nullable|array', 'limits.address_ids.*' => 'integer|exists:ip_addresses,id', 'account_password' => ['required_if:should_create_server,1', 'string', 'min:8', 'max:191', new Password(