change default keepAliveCheckTime
change default value for attribut keepAliveCheckTime
This commit is contained in:
parent
5f6fa1a751
commit
a5c287fb67
@ -715,7 +715,7 @@ sub LGTV_WebOS_SocketKeepAlive {
|
||||
|
||||
if (
|
||||
int( gettimeofday() ) - int( $hash->{helper}->{lastResponse} ) >
|
||||
AttrVal( $hash, 'keepAliveCheckTime', 2 ) )
|
||||
AttrVal( $hash, 'keepAliveCheckTime', 10 ) )
|
||||
{
|
||||
LGTV_WebOS_SocketClosePresenceAbsent( $hash, 'absent' );
|
||||
Log3 $name, 3,
|
||||
|
Loading…
Reference in New Issue
Block a user