Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regularly send scrape request to trackers #5

Closed
chros73 opened this issue Apr 8, 2016 · 0 comments
Closed

Regularly send scrape request to trackers #5

chros73 opened this issue Apr 8, 2016 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Apr 8, 2016

By default, rtorrent only sends scrape request (that can give back the numbers of peers, seeds, downloads for a specific torrent) to trackers when a torrent is added or the client was restarted. More info here: rakshasa/rtorrent#413
Probably this info only cosmetics but good to see these changing.
Use a custom field (tm_last_scrape) to store the last scrape time to be able to save into session (the inbuilt t.scrape_time_last property is lost upon reboot).
Let's send these requests regularly:

  • try to balance the calls to not fire up them at the same time
  • every 10 minutes for transferring torrents (uploading/downloading)
  • every 12 hours for non-transferring torrents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant