mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 23:52:30 +00:00
Updated Auto Scraping (markdown)
+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.
|
||||
|
||||
Reference in New Issue
Block a user