mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
Updated Auto Scraping (markdown)
@@ -56,6 +56,9 @@ method.insert = d.last_scrape.check, simple|private, "branch={d.custom=tm_last_s
|
||||
method.set_key = event.download.inserted_new, ~last_scrape_i, "d.last_scrape.set="
|
||||
# check for update every 5 minutes (300 sec) and update scrape info for transferring torrents in every 10 minutes (600-20=580 sec) and for non-transferring ones in every 12 hours (43200-20=43180 sec)
|
||||
schedule2 = last_scrape_t, 300, 300, "d.multicall2=default,\"branch=\\\"or={d.up.rate=,d.down.rate=}\\\",d.last_scrape.check=$cfg.scrape_interval.active=,d.last_scrape.check=$cfg.scrape_interval.idle=\""
|
||||
|
||||
# If you only want to scrape opened downloads
|
||||
# schedule2 = last_scrape_t, 300, 300, "d.multicall2=default,\"branch=\\\"and={d.is_open=,or={d.up.rate=,d.down.rate=}}\\\",d.last_scrape.check=$cfg.scrape_interval.active=,d.last_scrape.check=$cfg.scrape_interval.idle=\""
|
||||
```
|
||||
|
||||
### Recommendation
|
||||
|
||||
Reference in New Issue
Block a user