From 23c7feb85ae06bd0fbcebde0b44b7e83bc283fbf Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 13 Aug 2025 16:10:44 +0300 Subject: [PATCH] do not ban uncompleted (connectable) torrents --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 145f3bf..9e39b35 100644 --- a/src/main.rs +++ b/src/main.rs @@ -201,7 +201,6 @@ async fn main() -> Result<()> { log::debug!( "skip awaiting the completion of preload `{h}` data (`{e}`)" ); - ban.insert(i, Local::now()); session .delete(librqbit::api::TorrentIdOrHash::Id(id), false) .await?; // * do not collect billions of slow torrents in the session pool