ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,693
- Points
- 823
Reputation:
I'm aware that this is pretty nitpicky, but XenForo is using a base 1024 system for filesystem sizes and then incorrectly labeling them as KB, MB, GB, TB, etc (those are base 1000 labels) in
See: https://en.wikipedia.org/wiki/Megabyte
The numbering system XenForo uses is KiB, MiB, GiB, TiB, etc.
Not a huge deal in itself as it's mostly cosmetic, but it starts to get weird when you are comparing things like attachment sizes in XenForo to a system...
Read more
Continue reading...
XF\Language.php
.See: https://en.wikipedia.org/wiki/Megabyte
The numbering system XenForo uses is KiB, MiB, GiB, TiB, etc.
Not a huge deal in itself as it's mostly cosmetic, but it starts to get weird when you are comparing things like attachment sizes in XenForo to a system...
Read more
Continue reading...