diff --git a/Auto-Scraping.md b/Auto-Scraping.md index 97b4367..50aa862 100644 --- a/Auto-Scraping.md +++ b/Auto-Scraping.md @@ -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