Skip to content

Commit 4e49459

Browse files
chroschros
chros
authored and
chros
committed
Add block separator (See #2)
1 parent 3022e07 commit 4e49459

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pyrocore/data/config/rtorrent-0.8.6.rc

+5
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ branch=pyro.extended=,"schedule = bind_pyrotorque,0,0,\"ui.bind_key=download_lis
111111
# TORQUE: Daemon watchdog
112112
system.method.insert = pyro.watchdog,simple|private,"execute_nothrow=bash,-c,\"$cat=\\\"test ! -f \\\",$argument.0=,\\\"/run/pyrotorque || \\\",$pyro.bin_dir=,\\\"pyrotorque --cron \\\",$argument.1=\""
113113

114+
115+
### begin: Sending scrape requests ###
116+
114117
# 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.
115118
# This info is only updated when rtorrent starts or a torrent is added by default.
116119
# Try to balance calls to not fire them up at the same time (since multiscraping isn't implemented in libtorrent). Check for update every 5 minutes and distinguish between 2 groups:
@@ -131,3 +134,5 @@ schedule2 = last_scrape_t, 300, 300, "d.multicall2=main,\"branch=\\\"or={d.up.ra
131134

132135
# UI/KEY: Bind "#" to send scrape request manually
133136
branch=pyro.extended=,"schedule2 = bind_send_scrape,0,0,\"ui.bind_key=download_list,#,d.last_scrape.send_set=\""
137+
138+
### end: Sending scrape requests ###

0 commit comments

Comments
 (0)