aboutsummaryrefslogtreecommitdiff
path: root/hddtemp.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-10 17:04:41 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-10 17:04:41 +0200
commit1603b5fe82782f4b1f2c570166984b528479d4fe (patch)
tree4a599dbc80bb0039a98ca35fa7d0f2c362169c1d /hddtemp.lua
parenta950bd95d60aae0d1d3a545e9e910da946b3775c (diff)
downloadvicious-legacy-1603b5fe82782f4b1f2c570166984b528479d4fe.tar.xz
Curl connect timeout 1s, max time 3s
Diffstat (limited to 'hddtemp.lua')
-rw-r--r--hddtemp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hddtemp.lua b/hddtemp.lua
index 0cc6c20..38bbe13 100644
--- a/hddtemp.lua
+++ b/hddtemp.lua
@@ -19,7 +19,7 @@ local function worker(format, port)
if port == nil then port = 7634 end
-- Get info from the hddtemp daemon
- local f = io.popen("curl --max-time 3 -f -s telnet://127.0.0.1:" .. port)
+ local f = io.popen("curl --connect-timeout 1 -fsm 3 telnet://127.0.0.1:" .. port)
local hdd_temp = {}
-- Get temperature data