2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

02_FHEMAPP.pm: Increase download timout value

git-svn-id: https://svn.fhem.de/fhem/trunk@29008 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Benni 2024-07-01 14:12:53 +00:00
parent 1c61419ad5
commit 2ed9010a17

View File

@ -676,7 +676,7 @@ sub update {
Log($name,"Requesting: $url",4);
my $param = {
url => $url,
timeout => 5,
timeout => 60,
hash => $hash,
method => "GET",
header => "User-Agent: TeleHeater/2.2.3\r\nAccept: application/json",
@ -835,7 +835,7 @@ sub Request_Releases
Log($name,"Requesting: $url",4);
my $param = {
url => $url,
timeout => 5,
timeout => 60,
hash => $hash,
method => "GET",
header => "User-Agent: TeleHeater/2.2.3\r\nAccept: application/json",