mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI suggestion: Change upload rate limits from Bytes/s to KiB/s #8181
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#8181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nick-s-b on GitHub (Dec 17, 2018).
Please provide the following information
qBittorrent version and Operating System
qbittorrent 4.1.4-1
Arch Linux
If on linux, libtorrent and Qt version
libtorrent-rasterbar 1:1.1.10-1
qt5-base 5.11.2-3
What is the problem
Web UI shows rate limits in Bytes/s while the Qt UI shows it as KiB/s. KiB/s seems a lot more useful so I suggest that WebUI changes input fields to the same limits.
Web UI:

Qt:

@jerrymakesjelly commented on GitHub (May 10, 2019):
Agree, I hope it can be changed to KiB/s in the future version.
Nowadays the Internet speed is usually in KiB/s or MiB/s, I think no one will limit his/her speed to byte/s.
And it is a little bit inconvenient to convert byte/s to MiB/s, which often needs a calculator to do that. But converting KiB/s to MiB/s is easier.
So I think using the speed unit KiB/s is more reasonable.