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
I built rtorrent 0.9.8 with the --with-xmlrpc-c=yes flag (although this issue happens even if I omit the option), along with libtorrent 0.13.8.
As soon as I add torrents, the program hangs for very large periods of time, depending on the torrent amount. Right now I have around 40 and it takes many minutes to respond to my keys, but the issue happens with 5 torrents, or even 1 (on a smaller scale). At first, I was adding torrents with magnet links, but I also tried adding .torrent files and it also happens.
This issue happens in two different machines, one uses Arch (kernel 6.12.7) and the other Guix (kernel 6.11.11). My current configuration (at the time of writing issue) can be found here.
I am not sure how I would debug/profile this program but, if you need me to, I will try.
The text was updated successfully, but these errors were encountered:
My issue is probably related to #180 and perhaps #234.
trackers.delay_scrape = yes was added in v0.10.0. Have you tried that new feature? It addresses #180. There were also multiple other performance and stability patches leading up to v0.15.1. The latest version should be fine with only 40 torrents.
It seems the issue was the DNS. Some program was overwriting /etc/resolv.conf and I was using my ISP's DNS, which (I assume) blocks a lot of tracker's domains. Modifying this file fixed the issue on both machines.
I built
rtorrent
0.9.8 with the--with-xmlrpc-c=yes
flag (although this issue happens even if I omit the option), along withlibtorrent
0.13.8.As soon as I add torrents, the program hangs for very large periods of time, depending on the torrent amount. Right now I have around 40 and it takes many minutes to respond to my keys, but the issue happens with 5 torrents, or even 1 (on a smaller scale). At first, I was adding torrents with magnet links, but I also tried adding
.torrent
files and it also happens.This issue happens in two different machines, one uses Arch (kernel 6.12.7) and the other Guix (kernel 6.11.11). My current configuration (at the time of writing issue) can be found here.
I am not sure how I would debug/profile this program but, if you need me to, I will try.
The text was updated successfully, but these errors were encountered: