Skip to content

Commit 24accba

Browse files
committed
nit
1 parent a176118 commit 24accba

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
@@ -446,7 +446,7 @@ FILE_WATCHER::StopMonitor()
446446
if (m_fShadowCopyEnabled)
447447
{
448448
// If we are shadow copying, wait for the copying to finish.
449-
WaitForSingleObject(m_pDoneCopyEvent, 30000);
449+
WaitForSingleObject(m_pDoneCopyEvent, m_shutdownTimeout);
450450
}
451451

452452
// Release application reference

0 commit comments

Comments
 (0)