mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_http_file_share: Back out 876e1b6d6ae4
This commit is contained in:
parent
9950712ba3
commit
d4f8f23818
1 changed files with 2 additions and 2 deletions
|
@ -460,9 +460,9 @@ if expiry >= 0 and not external_base_url then
|
|||
|
||||
local prune_start = module:measure("prune", "times");
|
||||
|
||||
module:daily("Remove expired files", function(task, boundary_time)
|
||||
module:daily("Remove expired files", function(_, boundary_time)
|
||||
local prune_done = prune_start();
|
||||
local iter, total = assert(uploads:find(nil, { ["start"] = task.last; ["end"] = boundary_time; total = true }));
|
||||
local iter, total = assert(uploads:find(nil, {["end"] = boundary_time; total = true}));
|
||||
|
||||
if total == 0 then
|
||||
module:log("info", "No expired uploaded files to prune");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue