From 0f4ffe407e2a6244c5efbf7ae10825746e041d69 Mon Sep 17 00:00:00 2001 From: nekoimi Date: Wed, 25 Jun 2025 18:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=80=E5=A4=A7=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=95=B0=E9=87=8F=E5=85=A8=E5=B1=80=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/options.go b/options.go index 85fe752..b063f8e 100644 --- a/options.go +++ b/options.go @@ -71,6 +71,7 @@ type Options struct { HTTPSProxyUser string `json:"https-proxy-user,omitempty"` IndexOut uint `json:"index-out,omitempty,string"` LowestSpeedLimit string `json:"lowest-speed-limit,omitempty"` + MaxConcurrentDownloads uint `json:"max-concurrent-downloads,omitempty,string"` MaxConnectionPerServer uint `json:"max-connection-per-server,omitempty,string"` MaxDownloadLimit string `json:"max-download-limit,omitempty"` MaxFileNotFound uint `json:"max-file-not-found,omitempty,string"`