Module: deluge
Branch: 1.3-stable
Commit: 1731fd641b17c82f9571e6e25eae9c25f85e9fc2

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 e7fd86a..f0e2392 100644
--- a/deluge/plugins/scheduler/scheduler/core.py
+++ b/deluge/plugins/scheduler/scheduler/core.py
@@ -64,7 +64,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