#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):
Im running deluge-daemon on my htpc server, and deluge-gtk on my laptop,
the speed reported on the deluge-gtk status line is always the
max_(download|upload)_speed from core.conf, the GUI doesn't change the
status line on green->yellow transition, but it DOES limit the speed as
expected.
I have the following plugins enabled: Scheduler, Stats and WebUi.
Some relevant stuff from my configuration:
{{{
wyrm@htpc:~/.config/deluge$ cat core.conf | grep -E
"\"max_(upload|download)_speed\""
"max_upload_speed": 20.0,
"max_download_speed": 80.0,
wyrm@htpc:~/.config/deluge$ cat scheduler.conf | grep -E
"\"low_(up|down)\""
"low_up": 5.0,
"low_down": 20.0,
}}}
All the other config values, such as "max_active_limit/low_active",
"max_active_downloading/low_active_down" and
"max_active_uploading/low_active_up" does work as expected, it changes
.torrent state to "queued" on green->yellow transition and resumes the
torrent properly on yellow->green transition. The issue only happens with
the "speed" values.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1506#comment:1>
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.