Is your feature request related to a problem? Please describe.
Throughout the code we have many occurences of 1024*1024 to represent one MB e.g.
Describe the solution you'd like
We should move to a more clear structure like humansize crate (https://crates.io/crates/humansize)
Describe alternatives you've considered
Currently not yet explored
Is your feature request related to a problem? Please describe.
Throughout the code we have many occurences of 1024*1024 to represent one MB e.g.
Describe the solution you'd like
We should move to a more clear structure like humansize crate (https://crates.io/crates/humansize)
Describe alternatives you've considered
Currently not yet explored