From: Joey Hess Date: Wed, 13 Apr 2022 03:26:17 +0000 (-0400) Subject: todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~75^2~66 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f0c7eac096fa632057a9d1083a136a8666f5adc;p=git-annex.git todo --- diff --git a/doc/todo/Mbps.mdwn b/doc/todo/Mbps.mdwn new file mode 100644 index 0000000000..8710bdd7c2 --- /dev/null +++ b/doc/todo/Mbps.mdwn @@ -0,0 +1,11 @@ +Download speed is displayed in bytes/second, but in some situations, it +would be better to use bits/second, eg Mbps and Kbps rather than MiB/s and +KiB/s. + +I noticed this now that I have an internet connection that is +capable of 150-200 Mbps, but varies widely (satellite). While I could think +of that as 19-25 MiB/s those are less round numbers and harder to remember +and match up with the other bandwidth displays. + +This might make sense as a per-remote configurable value. Allowing +using MiB/s for a hard drive and Mbps for a network remote. --[[Joey]]