mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
Replace main view with default on Auto Scraping page
+1
-1
@@ -51,7 +51,7 @@ method.insert = d.last_scrape.check, simple|private, "branch={d.custom=tm_last_s
|
||||
# sets custom field (tm_last_scrape) to current time only for torrents just has been added (skips setting time on purpose when rtorrent started)
|
||||
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=main,\"branch=\\\"or={d.up.rate=,d.down.rate=}\\\",d.last_scrape.check=580,d.last_scrape.check=43180\""
|
||||
schedule2 = last_scrape_t, 300, 300, "d.multicall2=default,\"branch=\\\"or={d.up.rate=,d.down.rate=}\\\",d.last_scrape.check=580,d.last_scrape.check=43180\""
|
||||
```
|
||||
|
||||
### Recommendation
|
||||
|
||||
Reference in New Issue
Block a user