Open MikeMatau opened 1 year ago
I see it's commented out so maybe you already tried it, but you can try enabling the tracker log temporarily to get an idea of exactly how much rtorrent is actually announcing:
log.add_output = "tracker_debug", "log"
You should be able to compare that to the interval/min interval and see if they line up or you are indeed issuing more than expected:
rtxmlrpc d.multicall2 '' main d.name= d.hash= t.multicall=,t.url=,t.min_interval=,t.normal_interval=
Off the top of my head, there shouldn't be anything stopping rtorrent from respecting the limits under normal conditions. When it receives an error, it tries again very quickly with a back-off up to a max of 5 minutes. The only other thing I can think of is announce scraping, but with your config that would only happen once, when the torrent is loaded for the first time (and again after a restart).
Currently I have been informed that there might be an issue with announce times... It seems as if I would be sending at least double the announces then the tracker wants.. And Maybe the client even ignores the wait time send by the tracker... I'm not entirely sure how I can prove it. I'm using hotios rflood image: https://hotio.dev/containers/rflood/ My config looks like this:
I recently changed from throttle.min_peers.normal.set = 20 throttle.min_peers.seed.set = 30
But I dont think this will fix the issue..
How can I support to find out what the problem might be?