This fix replace `sys-info v0.9.1` with
the more actively maintained `sysinfo 0.34.2`
which does return size of the disk in bytes.
Closes #5017, HFE-831
Rebased on #5010, consider merging that first.
Issues:
Appload fails to load with a "Storage full" error despite
having sufficient disk space.
This was caused by a unit mismatch in the `sys-info` crate
which returns disk space in kilobytes instead of bytes.
- sys_info::disk_info() returns values in KB, see:
|
||
|---|---|---|
| .. | ||
| codemirror-lang-graphql | ||
| hoppscotch-agent | ||
| hoppscotch-backend | ||
| hoppscotch-cli | ||
| hoppscotch-common | ||
| hoppscotch-data | ||
| hoppscotch-desktop | ||
| hoppscotch-js-sandbox | ||
| hoppscotch-kernel | ||
| hoppscotch-relay | ||
| hoppscotch-selfhost-desktop | ||
| hoppscotch-selfhost-web | ||
| hoppscotch-sh-admin | ||