change default keepAliveCheckTime
change default value for attribut keepAliveCheckTime
This commit is contained in:
		@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user