Browse Source

Less time between wait checks.

master
onefang 3 years ago
parent
commit
d05cb510a8
  1. 2
      apt-panopticon.lua

2
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

Loading…
Cancel
Save