mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_WOL: timout increased to 4 seconds for pings.
git-svn-id: https://svn.fhem.de/fhem/trunk@7661 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5b5813c45f
commit
ad891a9079
@ -139,7 +139,7 @@ sub WOL_UpdateReadings($) {
|
||||
my $blockingFn = "WOL_Ping";
|
||||
my $arg = $hash->{NAME}."|".$hash->{IP};
|
||||
my $finishFn = "WOL_PingDone";
|
||||
my $timeout = 3;
|
||||
my $timeout = 4;
|
||||
my $abortFn = "WOL_PingAbort";
|
||||
|
||||
if (!(exists($hash->{helper}{RUNNING_PID}))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user