mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 13.0->trunk
This commit is contained in:
commit
1b8170a1d2
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ function handle_slot_request(event)
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue