
Everything works as expected on a green->yellow transition, but max speed is NOT restored on a yellow->green transition.
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:
Code: Select all
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,