From 8b2e1dc6709ec83884c7db1e56a7834f4863fe29 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 1 Jan 2020 14:36:17 +1000 Subject: Tweak the bandwidth limits, by not probing so many Release files. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 3834ced..b6a6218 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -445,7 +445,7 @@ local checkFiles = function (host, ip, path, file) end end end - if 0 == APT.options.bandwidth.value then break end + if 2 >= APT.options.bandwidth.value then break end end if 1 <= APT.options.bandwidth.value then for i, s in pairs(referenceDevs) do -- cgit v1.1