The way scheduler section works is not very intuitive.
If using percentage it works as "reserve 20% of bandwidth", when changing to units it's changing to e.g "limit speed to 20 MiB"
It would be more intuitive if percentage would work the other way around
e.g.
Limit speed to:
20% (of max speed) or 20MiB
80% (of max speed) or 80MiB
Currently
# # The upload speed deducted in this time period.
# # Note: This can be a percentage of the maximum or a fixed value (uses units specified at the top of config).
# # Example: 50%, 10, 5, 80%, 20%, 0
# upload: 60%
Suggestion
# # The upload speed torrent client is limited to in this time period.
# # Note: This can be a percentage of the maximum or a fixed value (uses units specified at the top of config).
# # Example: 50%, 10, 5, 80%, 20%, 0
# upload: 60%
The way scheduler section works is not very intuitive.
If using percentage it works as "reserve 20% of bandwidth", when changing to units it's changing to e.g "limit speed to 20 MiB"
It would be more intuitive if percentage would work the other way around
e.g.
Limit speed to:
20% (of max speed) or 20MiB
80% (of max speed) or 80MiB
Currently
Suggestion