Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --directory-size flag to enable directory size calculation | Sven-Hendrik Haase | 2025-03-20 | 1 | -2/+5 |
| | | | | This is turned off by default as it's potentially quite IO intensive, especially on HDDs. | ||||
* | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 2025-03-09 | 1 | -2/+10 |
| | |||||
* | Add asynchronous directory size counting | Sven-Hendrik Haase | 2025-03-07 | 1 | -0/+53 |
This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread. |