#1506: scheduler plugin does not restore speed on yellow->green transition
-----------------------+----------------------------------------------------
 Reporter:  wyrm       |       Owner:        
     Type:  defect     |      Status:  new   
 Priority:  major      |   Milestone:  Future
Component:  plugin     |     Version:  1.3.1 
 Keywords:  scheduler  |  
-----------------------+----------------------------------------------------

Comment(by wyrm):

 Turns out that only max_upload_speed wasn't being correctly restored,
 seems to be just a copynpaste issue. patch attached.

 {{{
 diff -bruN scheduler.orig/core.py scheduler/core.py
 --- scheduler.orig/core.py      2011-02-01 12:13:58.000000000 -0200
 +++ scheduler/core.py   2011-02-01 12:14:24.000000000 -0200
 @@ -64,7 +64,7 @@

  CONTROLLED_SETTINGS = [
      "max_download_speed",
 -    "max_download_speed",
 +    "max_upload_speed",
      "max_active_limit",
      "max_active_downloading",
      "max_active_seeding"
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1506#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to