From d8613bb7b96e780938a522c6d44d8718ca8d9122 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 31 Mar 2021 09:43:05 +0200 Subject: mod_http_file_share: Include storage in prune time measurement Maybe the original idea was that you would measure storage separately? --- plugins/mod_http_file_share.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_http_file_share.lua b/plugins/mod_http_file_share.lua index af9cc937..c71639ab 100644 --- a/plugins/mod_http_file_share.lua +++ b/plugins/mod_http_file_share.lua @@ -384,8 +384,8 @@ if expiry >= 0 and not external_base_url then end local reaper_task = async.runner(function(boundary_time) - local iter, total = assert(uploads:find(nil, {["end"] = boundary_time; total = true})); local prune_done = module:measure("prune", "times"); + 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"); -- cgit v1.2.3