From 9ebae0828a10f3f458f3b0eb4334e784ce373ae9 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 28 Oct 2015 06:33:33 +0100 Subject: [PATCH] =?UTF-8?q?Verbesserung=20des=20BT=20wechsels,=20erh=C3=B6?= =?UTF-8?q?hung=20des=20httprequest=20timeouts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 74_AMAD.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/74_AMAD.pm b/74_AMAD.pm index b89fcde..29e9cf0 100644 --- a/74_AMAD.pm +++ b/74_AMAD.pm @@ -35,7 +35,7 @@ use Time::HiRes qw(gettimeofday); use HttpUtils; use TcpServerUtils; -my $version = "0.7.10"; +my $version = "0.7.11"; @@ -256,7 +256,7 @@ sub AMAD_RetrieveAutomagicInfo($) { HttpUtils_NonblockingGet( { url => $url, - timeout => 10, + timeout => 60, hash => $hash, method => "GET", header => "fhemIP: $fhemip\r\nfhemDevice: $name\r\nactiveTask: $activetask",