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, })