bump: librqbit

feat: add user_agent
This commit is contained in:
xkeyC
2026-01-05 11:58:24 +08:00
parent 678f8d8cd7
commit 91046e7f5e
4 changed files with 39 additions and 19 deletions

View File

@@ -143,6 +143,7 @@ pub async fn downloader_init(
disable_cooldown_secs: 600,
adaptive_increase_threshold: 5,
adaptive_decrease_threshold: 10,
user_agent: Some(String::from("SCToolBox/librqbit/1.0")),
..Default::default()
}),
..Default::default()