diff options
author | onefang | 2019-12-28 22:48:10 +1000 |
---|---|---|
committer | onefang | 2019-12-28 22:48:10 +1000 |
commit | d05cb510a85dea9cdb636bb1726820be4d9d28c0 (patch) | |
tree | 5b99f570c73504e9dc80fd228d921ec80ef3b826 | |
parent | Better first time calculation in the update script. (diff) | |
download | apt-panopticon-d05cb510a85dea9cdb636bb1726820be4d9d28c0.zip apt-panopticon-d05cb510a85dea9cdb636bb1726820be4d9d28c0.tar.gz apt-panopticon-d05cb510a85dea9cdb636bb1726820be4d9d28c0.tar.bz2 apt-panopticon-d05cb510a85dea9cdb636bb1726820be4d9d28c0.tar.xz |
Less time between wait checks.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1104 | end | 1104 | end |
1105 | 1105 | ||
1106 | os.execute('sleep 1') -- Wait for things to start up before checking for them. | 1106 | os.execute('sleep 1') -- Wait for things to start up before checking for them. |
1107 | while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 10") end | 1107 | while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 5") end |
1108 | 1108 | ||
1109 | local APT_args = APT.args | 1109 | local APT_args = APT.args |
1110 | local APT_logFile = APT.logFile | 1110 | local APT_logFile = APT.logFile |