We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a176118 commit 24accbaCopy full SHA for 24accba
src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/filewatcher.cpp
@@ -446,7 +446,7 @@ FILE_WATCHER::StopMonitor()
446
if (m_fShadowCopyEnabled)
447
{
448
// If we are shadow copying, wait for the copying to finish.
449
- WaitForSingleObject(m_pDoneCopyEvent, 30000);
+ WaitForSingleObject(m_pDoneCopyEvent, m_shutdownTimeout);
450
}
451
452
// Release application reference
0 commit comments