Skip to content
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

Display values of 1 throttle.up in the first part of status bar #4

Closed
chros73 opened this issue Apr 24, 2016 · 0 comments
Closed

Display values of 1 throttle.up in the first part of status bar #4

chros73 opened this issue Apr 24, 2016 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Apr 24, 2016

Display values of 1 throttle.up in the first part of status bar.
Currently the beginning of status bar looked like this:
[Throttle 500/1500 KB] [Rate: 441.6/981.3 KB]
Include the max limit of the throttle, the main upload rate and the upload rate of the throttle (in this order):
[Throttle 500 (200)/1500 KB] [Rate: 441.6 (190.0|51.6)/981.3 KB]

  • make the displayable throttle.up name configurable via config file: ui.status.throttle_up_name.set
  • don't display this extra info in the following cases:

-- there isn't any throttle.up name as the config variable suggest or the given name is "NULL"
-- the throttle.up is not throttled (=0)
-- the global upload is not throttled (=0) (the throttle.up won't be taken into account in this case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant