From d05cb510a85dea9cdb636bb1726820be4d9d28c0 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 28 Dec 2019 22:48:10 +1000 Subject: Less time between wait checks. --- 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 5bbe1b1..c2b44ee 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -1104,7 +1104,7 @@ else end os.execute('sleep 1') -- Wait for things to start up before checking for them. - while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 10") end + while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 5") end local APT_args = APT.args local APT_logFile = APT.logFile -- cgit v1.1