change default keepAliveCheckTime

change default value for attribut keepAliveCheckTime
This commit is contained in:
Marko Oldenburg 2022-01-05 14:15:57 +01:00
parent 5f6fa1a751
commit a5c287fb67

View File

@ -715,7 +715,7 @@ sub LGTV_WebOS_SocketKeepAlive {
if ( if (
int( gettimeofday() ) - int( $hash->{helper}->{lastResponse} ) > int( gettimeofday() ) - int( $hash->{helper}->{lastResponse} ) >
AttrVal( $hash, 'keepAliveCheckTime', 2 ) ) AttrVal( $hash, 'keepAliveCheckTime', 10 ) )
{ {
LGTV_WebOS_SocketClosePresenceAbsent( $hash, 'absent' ); LGTV_WebOS_SocketClosePresenceAbsent( $hash, 'absent' );
Log3 $name, 3, Log3 $name, 3,