mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
do not ban uncompleted (connectable) torrents
This commit is contained in:
parent
2165f94f8a
commit
23c7feb85a
1 changed files with 0 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ async fn main() -> Result<()> {
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"skip awaiting the completion of preload `{h}` data (`{e}`)"
|
"skip awaiting the completion of preload `{h}` data (`{e}`)"
|
||||||
);
|
);
|
||||||
ban.insert(i, Local::now());
|
|
||||||
session
|
session
|
||||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||||
.await?; // * do not collect billions of slow torrents in the session pool
|
.await?; // * do not collect billions of slow torrents in the session pool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue