aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index ba5c064..72ac6ae 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -858,6 +858,7 @@ os.execute('sleep 1') -- Wait for things to start up before checking for them.
858 end 858 end
859 D('*&gt;* Resumed coroutine NO LONGER waiting on - 0 < APT.checkExes(' .. downloadLock .. list.out .. '-' .. host .. '.log.txt') 859 D('*&gt;* Resumed coroutine NO LONGER waiting on - 0 < APT.checkExes(' .. downloadLock .. list.out .. '-' .. host .. '.log.txt')
860 860
861-- TODO - should try to figure out which server the file actually got downloaded from, and attribute the speed to that server.
861 local min, max, spd = 999999999999, 0 862 local min, max, spd = 999999999999, 0
862 if APT.checkFile("results/curl-" .. list.out .. "-" .. host .. ".log.txt") then 863 if APT.checkFile("results/curl-" .. list.out .. "-" .. host .. ".log.txt") then
863 for l in io.lines("results/curl-" .. list.out .. "-" .. host .. ".log.txt") do 864 for l in io.lines("results/curl-" .. list.out .. "-" .. host .. ".log.txt") do