Skip to content

Commit

Permalink
Add block separator (See #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed Jul 5, 2016
1 parent 3022e07 commit 4e49459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pyrocore/data/config/rtorrent-0.8.6.rc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ branch=pyro.extended=,"schedule = bind_pyrotorque,0,0,\"ui.bind_key=download_lis
# TORQUE: Daemon watchdog
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=\""


### begin: Sending scrape requests ###

# 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.
# This info is only updated when rtorrent starts or a torrent is added by default.
# 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:
Expand All @@ -131,3 +134,5 @@ schedule2 = last_scrape_t, 300, 300, "d.multicall2=main,\"branch=\\\"or={d.up.ra

# UI/KEY: Bind "#" to send scrape request manually
branch=pyro.extended=,"schedule2 = bind_send_scrape,0,0,\"ui.bind_key=download_list,#,d.last_scrape.send_set=\""

### end: Sending scrape requests ###

0 comments on commit 4e49459

Please sign in to comment.