mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
c113184385
Now will calculate usage as (total - avail). In Linux, ext filesystems by default reserves 5% of the space to be usable by root, making them essentially already "used" space. Originally we didn't take that into account. Disk usage percentage will now round down: Math.round() -> Math.floor(). The general behavior in other tools such as "df". |
||
---|---|---|
.. | ||
albumsController.js | ||
authController.js | ||
multerStorageController.js | ||
pathsController.js | ||
permissionController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |