Skip to content

Commit

Permalink
updated restart timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Apr 19, 2024
1 parent 23b22ea commit db66e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Network/NetworkConnectivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ namespace WPEFramework {
if(resetTimeout)
{
LOGINFO("Connectivity monitor Restarted with %d", timeout.load());
tempTimeout = timeout.load();
resetTimeout = false;
}
else
Expand Down

0 comments on commit db66e68

Please sign in to comment.