Module: deluge
Branch: master
Commit: cea6c817df67290f4e4e93df410aaa3d71fbf083

Author: wyrm <>
Date:   Tue Feb  1 15:59:42 2011 +0000

Fix #1506 - max speed not restored on a yellow->green transition

---

 deluge/plugins/scheduler/scheduler/core.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/plugins/scheduler/scheduler/core.py 
b/deluge/plugins/scheduler/scheduler/core.py
index f810fff..5427463 100644
--- a/deluge/plugins/scheduler/scheduler/core.py
+++ b/deluge/plugins/scheduler/scheduler/core.py
@@ -66,7 +66,7 @@ STATES = {
 
 CONTROLLED_SETTINGS = [
     "max_download_speed",
-    "max_download_speed",
+    "max_upload_speed",
     "max_active_limit",
     "max_active_downloading",
     "max_active_seeding"

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" 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-commit?hl=en.

Reply via email to