forked from rakshasa/rtorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify throttle status bar mod to be able to display multiple values #6
Labels
Comments
chros73
changed the title
Include 1 throttle.down values as well in in the first part of status bar
Display values of 1 throttle.up and 1 throttle.down in the first part of status bar
Aug 7, 2016
chros73
pushed a commit
that referenced
this issue
Aug 24, 2016
Add ability to display multiple throttle values. Original post is updated. |
chros73
changed the title
Display values of 1 throttle.up and 1 throttle.down in the first part of status bar
Modify throttle status bar mod to be able to display multiple values
Apr 19, 2017
chros73
pushed a commit
that referenced
this issue
Apr 19, 2017
chros73
pushed a commit
that referenced
this issue
Jul 27, 2019
chros73
added a commit
that referenced
this issue
Jul 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modify status bar mod (#1) to be able to display multiple throttle.up and throttle.down as well, also change name of config directive.
Currently the beginning of status bar looks like this:
[Throttle 500/1500 KB] [Rate: 441.6/981.3 KB]
Include the max limit of the throttles, the main upload rate and the upload rate of the throttles (in this order); and main download rate and the download rate of the selected throttles.
Possible cases look like these:
ui.status.throttle.up.set
andui.status.throttle.down.set
string
but alist
)ui.status.throttle.up.set = slowup , tardyup
ui.status.throttle.down.set = slowup
Refers to: #1
The text was updated successfully, but these errors were encountered: