Updated Auto Scraping (markdown)

Trim21
2023-07-08 05:12:48 +08:00
parent 5b839f7d22
commit d3acf9c127
+3 -3
@@ -39,9 +39,9 @@ All you have to do is to copy-paste the following config into your `rTorrent` co
### Tracker Announce ###
# Set scrape intervals for active (~10 mins), idle items (~12 hours) and stopped items (~24 hours)
method.insert = cfg.scrape_interval.active, value, 600
method.insert = cfg.scrape_interval.idle, value, 43200
method.insert = cfg.scrape_interval.stopped, value, 86400
method.insert = cfg.scrape_interval.active, value, 580 # 600-20
method.insert = cfg.scrape_interval.idle, value, 43100 # 43200 for 12 hours
method.insert = cfg.scrape_interval.stopped, value, 86300 # 86400 for 24 hours
# Regularly update scrape information for all torrents (even stopped ones), it won't affect the operation of rtorrent, but nice to have these values updated.
# This info is only updated when rtorrent starts or a torrent is added by default.