scheduler does not restore speed on yellow->green transition

Suggest, post, or discuss plugins for Deluge
Post Reply
wyrm

scheduler does not restore speed on yellow->green transition

Post by wyrm »

I've created the ticket #1506 to describe an issue I'm seeing on the scheduler plugin, it would be good if other users could test it. :D

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, 
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.
Post Reply