Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik committed Feb 19, 2021
1 parent a176118 commit 24accba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ FILE_WATCHER::StopMonitor()
if (m_fShadowCopyEnabled)
{
// If we are shadow copying, wait for the copying to finish.
WaitForSingleObject(m_pDoneCopyEvent, 30000);
WaitForSingleObject(m_pDoneCopyEvent, m_shutdownTimeout);
}

// Release application reference
Expand Down

0 comments on commit 24accba

Please sign in to comment.