Skip to content

Commit 329403c

Browse files
committed
oops
1 parent bd18884 commit 329403c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/InProcessOptions.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ class InProcessOptions: NonCopyable
7575
DWORD
7676
QueryStartupTimeLimitInMS() const
7777
{
78-
//if (IsDebuggerPresent())
79-
//{
80-
// return INFINITE;
81-
//}
78+
if (IsDebuggerPresent())
79+
{
80+
return INFINITE;
81+
}
8282

8383
return m_dwStartupTimeLimitInMS;
8484
}

0 commit comments

Comments
 (0)