Skip to content

Commit

Permalink
Update NetworkManagerConnectivity.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi authored Dec 26, 2024
1 parent 5cc9d0a commit 4eb055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerConnectivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ namespace WPEFramework
// Ideal case monitoring
else {
NMLOG_DEBUG("ideal connection check ...");
timeoutInSec = NMCONNECTIVITY_CONN_MONITOR_RETRY_INTERVAL;
timeoutInSec = NMCONNECTIVITY_MONITOR_RETRY_INTERVAL;
InitialRetryCount = 0;

if (doDnsResolve) {
Expand Down

0 comments on commit 4eb055e

Please sign in to comment.