mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
* Reworked how hashing is queued, state must 1 and removed the
set_hash_failed hacks when closing, etc. * Changed the attributes of blocks in transfer view. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@727 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-1
@@ -196,8 +196,9 @@ main(int argc, char** argv) {
|
||||
control->variable()->process_command("view_sort_new = incomplete,state_changed");
|
||||
control->variable()->process_command("view_sort_current = incomplete,state_changed_reverse");
|
||||
|
||||
// The hashing view does not include stopped torrents.
|
||||
control->variable()->process_command("view_add = hashing");
|
||||
control->variable()->process_command("view_filter = hashing,hashing");
|
||||
control->variable()->process_command("view_filter = hashing,hashing,started");
|
||||
control->variable()->process_command("view_filter_on = hashing,hash_queued,hash_removed,hash_done");
|
||||
control->variable()->process_command("view_sort_new = hashing,state_changed");
|
||||
control->variable()->process_command("view_sort_current = hashing,state_changed");
|
||||
|
||||
Reference in New Issue
Block a user