link2xt
|
10b93b3943
|
refactor: enable clippy::arithmetic_side_effects lint
|
2026-02-17 16:01:16 +00:00 |
|
Simon Laux
|
8dfa5fc37e
|
api: add blob dir size to storage info (#7605)
closes #7598
|
2025-12-12 20:15:12 +00:00 |
|
link2xt
|
014d2ace76
|
fix: use u64 instead of usize to calculate storage usage
On 32-bit systems such as old Android phones usize is 32-bit as well
and cannot store sizes that exceed 4 GiB.
|
2025-12-06 13:01:46 +00:00 |
|
Simon Laux
|
94d2d8cfd7
|
feat: add api to get information about diskspace usage of database. (jsonrpc method: get_storage_usage_report_string) (#7486)
new jsonrpc api: `get_storage_usage_report_string(accountId)`
new rust API: `get_storage_usage(&context)`
|
2025-11-23 15:18:00 +00:00 |
|