projects
/
weathermon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
67f3d39
)
Штатный способ работы с таймаутами работает стабильнее традиционного с функцией откры...
author
Roman Bazalevsky
<rvb@rvb.name>
Mon, 3 Dec 2018 16:43:04 +0000
(19:43 +0300)
committer
Roman Bazalevsky
<rvb@rvb.name>
Mon, 3 Dec 2018 16:43:04 +0000
(19:43 +0300)
bin/weathermon
patch
|
blob
|
history
diff --git
a/bin/weathermon
b/bin/weathermon
index cc58def4232fd28424b8699c89b7e8a2c24d3629..2314e1a4122cf8fe02f5e1950b0d8ff6397592ad 100755
(executable)
--- a/
bin/weathermon
+++ b/
bin/weathermon
@@
-100,12
+100,7
@@
function submitValue(type,id,param,val)
url = url:gsub("//","//"..web_user..":"..web_pass.."@",1)
end
url = url:gsub("//","//"..web_user..":"..web_pass.."@",1)
end
- local result,code = http.request ({
- url=url, create=function()
- local req_sock = socket.tcp()
- req_sock:settimeout(web_timeout)
- return req_sock
- end})
+ local result,code = http.request (url)
if code ~= 200 and backlog_con then
printLog("writing record to backlog...")
if code ~= 200 and backlog_con then
printLog("writing record to backlog...")
@@
-336,7
+331,7
@@
end
if web_url then
http = require("socket.http")
if web_url then
http = require("socket.http")
- socket = require("socket")
+ http.TIMEOUT = web_timeout
end
if mqtt_host then
end
if mqtt_host then