From 382786ddef416cbfbc10904ea026d39c2b799489 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 1 Jan 2020 19:02:00 +1000 Subject: Cut down on lower bandwidth files to HEAD check. Doesn't really save much on bandwidth, but does save on time, which is the other reason for the low bandwidth variations. --- apt-panopticon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index b6a6218..aa089b1 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -444,6 +444,7 @@ local checkFiles = function (host, ip, path, file) break end end + if 2 >= APT.options.bandwidth.value then break end end if 2 >= APT.options.bandwidth.value then break end end -- cgit v1.1