# HG changeset patch # User Matthew Wild # Date 1739639603 0 # Node ID 7205da981fc242f0e07b30fe12b468aca6d95b80 # Parent 32b5a3667ebbd8e5a2ddda568c40faed16bcaf23# Parent 4a687745bb51e962a11faa4fbda4a4f9bc41a5f6 Merge 13.0->trunk diff -r 32b5a3667ebb -r 7205da981fc2 plugins/mod_http_file_share.lua --- a/plugins/mod_http_file_share.lua Sat Feb 15 16:48:45 2025 +0000 +++ b/plugins/mod_http_file_share.lua Sat Feb 15 17:13:23 2025 +0000 @@ -224,6 +224,7 @@ end total_storage_usage = total_storage_usage + filesize; + persist_stats:set(nil, "total", total_storage_usage); module:log("debug", "Total storage usage: %s / %s", B(total_storage_usage), B(total_storage_limit)); local cached_quota = quota_cache:get(uploader);