From 8ede678bee61b5eb6d62f25145d340c145ce7007 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 24 Nov 2016 22:50:07 +0100 Subject: [PATCH] =?UTF-8?q?Timeouts=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 73_NUKIBridge.pm | 6 +++--- 74_NUKIDevice.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/73_NUKIBridge.pm b/73_NUKIBridge.pm index 31bb67e..522c382 100644 --- a/73_NUKIBridge.pm +++ b/73_NUKIBridge.pm @@ -46,7 +46,7 @@ use JSON; use HttpUtils; -my $version = "0.3.22"; +my $version = "0.3.25"; @@ -324,7 +324,7 @@ sub NUKIBridge_Call($$$$$) { HttpUtils_NonblockingGet( { url => $uri, - timeout => 30, + timeout => 60, hash => $hash, chash => $chash, endpoint => $path, @@ -597,7 +597,7 @@ sub NUKIBridge_CallBlocking($$$) { my($err,$data) = HttpUtils_BlockingGet({ url => $url, - timeout => 5, + timeout => 15, method => "GET", header => "Content-Type: application/json", }); diff --git a/74_NUKIDevice.pm b/74_NUKIDevice.pm index bc95e4b..da92cf3 100644 --- a/74_NUKIDevice.pm +++ b/74_NUKIDevice.pm @@ -33,7 +33,7 @@ use warnings; use JSON; #use Time::HiRes qw(gettimeofday); -my $version = "0.3.22"; +my $version = "0.3.25";