do not ban uncompleted (connectable) torrents

This commit is contained in:
yggverse 2025-08-13 16:10:44 +03:00
parent 2165f94f8a
commit 23c7feb85a

View file

@ -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