From 4dd6713baece9925a81e4b21018b5d004d2595c1 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Tue, 6 Jun 2023 18:27:37 +0800 Subject: [PATCH] Updated Auto Scraping (markdown) --- Auto-Scraping.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Auto-Scraping.md b/Auto-Scraping.md index 8a6a69a..ce1052b 100644 --- a/Auto-Scraping.md +++ b/Auto-Scraping.md @@ -56,9 +56,6 @@ 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