From 3c60b5a2c1a309c26d4217f596b2cecbb77c1205 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 5 Dec 2025 18:19:43 +0800 Subject: [PATCH] fix: webseed_config --- rust/src/api/downloader_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/api/downloader_api.rs b/rust/src/api/downloader_api.rs index bb7bc57..4b562eb 100644 --- a/rust/src/api/downloader_api.rs +++ b/rust/src/api/downloader_api.rs @@ -138,7 +138,7 @@ pub async fn downloader_init( min_gap_for_webseed: 10, max_errors_before_disable: 10, disable_cooldown_secs: 600, - }) + }), ..Default::default() }, )