Timeouts erhöht
This commit is contained in:
parent
355d57c2b1
commit
8ede678bee
@ -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",
|
||||
});
|
||||
|
@ -33,7 +33,7 @@ use warnings;
|
||||
use JSON;
|
||||
#use Time::HiRes qw(gettimeofday);
|
||||
|
||||
my $version = "0.3.22";
|
||||
my $version = "0.3.25";
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user