Skip to content

Fix long standing issue with incorrect file size calculation

Jordan Geoghegan requested to merge (removed):dev into dev

This diff fixes the long standing issue where file size and disk usage would be calculated incorrectly.

tl;dr

s/1000000/1048576/g

Merge request reports