Skip to content

Commit cbcc613

Browse files
committed
adding startupTimeLimit to web.config
1 parent 1f8e2cd commit cbcc613

File tree

4 files changed

+1
-23
lines changed

4 files changed

+1
-23
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,11 @@
4040
<None Remove="Resources\app_offline.htm" />
4141
<None Remove="Resources\Functions\WarmUp\run.csx" />
4242
<None Remove="PreJIT\coldstart.jittrace" />
43-
<None Remove="web.InProcess.win-x64.xdt" />
44-
<None Remove="web.InProcess.win-x86.xdt" />
4543
</ItemGroup>
4644
<ItemGroup>
4745
<Content Include="applicationHost.xdt">
4846
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4947
</Content>
50-
<Content Include="web.InProcess.win-x64.xdt">
51-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
52-
</Content>
53-
<Content Include="web.InProcess.win-x86.xdt">
54-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
55-
</Content>
5648
<Content Include="PreJIT\coldstart.jittrace">
5749
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5850
</Content>

src/WebJobs.Script.WebHost/web.InProcess.win-x64.xdt

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/WebJobs.Script.WebHost/web.InProcess.win-x86.xdt

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/WebJobs.Script.WebHost/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<remove name="aspNetCore"/>
99
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified"/>
1010
</handlers>
11-
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" />
11+
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600" />
1212
<httpProtocol>
1313
<customHeaders>
1414
<remove name="X-Powered-By" />

0 commit comments

Comments
 (0)