Skip to content

Commit 4dd8091

Browse files
Wish our local build wasn't broken.
1 parent 384559f commit 4dd8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/filewatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ FILE_WATCHER::StopMonitor()
469469

470470
// Signal the file watcher thread to exit
471471
SetEvent(m_pShutdownEvent);
472-
WaitForWatcherThreadExit(10000);
472+
WaitForWatcherThreadExit();
473473

474474
if (m_fShadowCopyEnabled)
475475
{

0 commit comments

Comments
 (0)