mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
reorder debug message position
This commit is contained in:
parent
bf35e8e361
commit
ea0d2b4c67
1 changed files with 3 additions and 3 deletions
|
|
@ -180,13 +180,13 @@ async fn main() -> Result<()> {
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
session
|
|
||||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
|
||||||
.await?; // * do not collect billions of slow torrents in the session pool
|
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"skip awaiting the completion of preload `{h}` data (`{e}`), ban until {}.",
|
"skip awaiting the completion of preload `{h}` data (`{e}`), ban until {}.",
|
||||||
ban.add(i)
|
ban.add(i)
|
||||||
);
|
);
|
||||||
|
session
|
||||||
|
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||||
|
.await?; // * do not collect billions of slow torrents in the session pool
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
log::debug!("torrent `{h}` preload completed.");
|
log::debug!("torrent `{h}` preload completed.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue