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

Network rates #140

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Network rates #140

wants to merge 4 commits into from

Conversation

cyclane
Copy link

@cyclane cyclane commented Jan 25, 2022

Added rx and tx rates to peers which allows to quickly see which peers are 'more active'.
unknown

Currently the rates can only be calculated to the nearest 100 KB (due to the existing restrictions), so I would suggest raising the rounding of total_receive and total_sent rounding to 5 decimal places instead of the current 4.

Doing this shouldn't be an issue since all the values are rounded client-side as well anyway, so only the transfer rates would be affected (when looking at how the values are displayed).

NOTE: I have not updated the minified versions of the files in src/static/js/ since there are no instructions as to what to use.

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

Successfully merging this pull request may close these issues.

None yet

1 participant