From ff97bd4354cc6c18529dd7c127cd1ef1a02e8af0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 6 Sep 2025 11:53:09 +0300 Subject: [PATCH] update comment --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 4209e59..08aa225 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,8 +46,8 @@ async fn main() -> Result<()> { // Please, note: // * it's important to start new `Session` inside the crawler loop: // https://github.com/ikatson/rqbit/issues/481 - // * on fix and starting it once (outside), - // remove each torrent after resolve with `session.delete`, to prevent impl panic + // * when fix and after starting it once (outside the loop), + // remove also each torrent after resolve it with `session.delete`, to prevent impl panic (see `single-session` branch) let session = Session::new_with_opts( preload.root().clone(), SessionOptions {