From f570b36ea5bf5d8ff3d88998b19ec663450afcfd Mon Sep 17 00:00:00 2001 From: lou Date: Mon, 10 Aug 2026 19:15:19 +0800 Subject: [PATCH] =?UTF-8?q?pull:=20aria2=20=E6=97=A5=E5=BF=97=E6=94=BE?= =?UTF-8?q?=E5=BC=80=20(notice=20=E7=BA=A7,=20=E8=BF=9B=E5=BA=A6=E5=8F=AF?= =?UTF-8?q?=E8=A7=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.py b/api.py index a3b90b0..40d3089 100644 --- a/api.py +++ b/api.py @@ -270,8 +270,8 @@ async def pull_chunks(transfer_id: str, request: Request, username: str = Depend [aria2, "-i", str(urls_file), "-d", str(chunk_dir), "--max-concurrent-downloads=8", "--split=4", "--max-connection-per-server=4", "--min-split-size=1M", "--file-allocation=none", "--allow-overwrite=true", - "--auto-file-renaming=false", "--console-log-level=warn", - "--summary-interval=1", "--quiet=true", "--no-conf=true"], + "--auto-file-renaming=false", "--console-log-level=notice", + "--summary-interval=1", "--quiet=false", "--no-conf=true"], timeout=3600, capture_output=True, text=True, ) except OSError as e: