summarylogtreecommitdiffstats
path: root/command_pyroscope.cc
diff options
context:
space:
mode:
authorxsmile2017-03-17 19:19:08 +0100
committerxsmile2017-03-17 19:19:08 +0100
commit1e88a70b5570584ca4e88addb63cf2eefb8b461c (patch)
treeeac8d77cab66d48ac2f3aeb2287c939423f4586d /command_pyroscope.cc
parent2b6a07140b45be05f35eabfbe55c16fc6e71eb26 (diff)
downloadaur-1e88a70b5570584ca4e88addb63cf2eefb8b461c.tar.gz
update
Diffstat (limited to 'command_pyroscope.cc')
-rw-r--r--command_pyroscope.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_pyroscope.cc b/command_pyroscope.cc
index d7356b6d4127..182456e35eb7 100644
--- a/command_pyroscope.cc
+++ b/command_pyroscope.cc
@@ -243,7 +243,7 @@ std::string get_active_tracker_domain(torrent::Download* item) {
# VIEW: Show active and incomplete torrents (in view #9) and update every 20 seconds
# Items are grouped into complete, incomplete, and queued, in that order.
# Within each group, they're sorted by upload and then download speed.
- view_sort_current = active,"compare=----,d.is_open=,d.complete=,d.up.rate=,d.down.rate="
+ view.sort_current = active,"compare=----,d.is_open=,d.complete=,d.up.rate=,d.down.rate="
schedule = filter_active,12,20,"view.filter = active,\"or={d.up.rate=,d.down.rate=,not=$d.complete=}\" ;view.sort=active"
*/
torrent::Object apply_compare(rpc::target_type target, const torrent::Object::list_type& args) {