From 8aab3ff282b344efa1bb111adbbf094a6e143148 Mon Sep 17 00:00:00 2001 From: ste87 Date: Sat, 14 Mar 2026 23:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Speed/updateBuild.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Speed/updateBuild.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Speed/updateBuild.ts b/Speed/updateBuild.ts index eea6fcd..040152b 100644 --- a/Speed/updateBuild.ts +++ b/Speed/updateBuild.ts @@ -9,6 +9,7 @@ interface UpdateServerBuildParameters { snapshotLimit: number | null backupLimit: number | null bandwidthLimit: number | null + rateLimit: number | null bandwidthUsage: number } @@ -19,6 +20,7 @@ const updateBuild = async ( snapshotLimit, backupLimit, bandwidthLimit, + rateLimit, bandwidthUsage, ...params }: UpdateServerBuildParameters @@ -30,6 +32,7 @@ const updateBuild = async ( snapshot_limit: snapshotLimit, backup_limit: backupLimit, bandwidth_limit: bandwidthLimit, + rate_limit: rateLimit, bandwidth_usage: bandwidthUsage, ...params, })