From 1731fd641b17c82f9571e6e25eae9c25f85e9fc2 Mon Sep 17 00:00:00 2001 From: wyrm <> Date: Tue, 1 Feb 2011 15:59:42 +0000 Subject: [PATCH] Fix #1506 - max speed not restored on a yellow->green transition --- deluge/plugins/scheduler/scheduler/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/plugins/scheduler/scheduler/core.py b/deluge/plugins/scheduler/scheduler/core.py index e7fd86aae..f0e23923f 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"