You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just the time to resolve the magnet through DHT/trackers. It's as slow as finding + connecting to peers of particular torrent is. It may even hang forever if there's no peers.
What's the issue with it though? Can you design your usage around it? E.g. just tokio::spawn(async {...add_torrent()}) or smth.
There's an unfinished branch with "deferred" flag where adding the torrent is instant btw. The only difference is that it let's you have a TorrentHandle before the torrent is resolved. But I'm not sure if this would resolve your confusion
Hey,
It takes around 35 seconds to add a torrent. anything. I can fix on the options ?
The text was updated successfully, but these errors were encountered: