File tree Expand file tree Collapse file tree 4 files changed +1
-23
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 4 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 40
40
<None Remove =" Resources\app_offline.htm" />
41
41
<None Remove =" Resources\Functions\WarmUp\run.csx" />
42
42
<None Remove =" PreJIT\coldstart.jittrace" />
43
- <None Remove =" web.InProcess.win-x64.xdt" />
44
- <None Remove =" web.InProcess.win-x86.xdt" />
45
43
</ItemGroup >
46
44
<ItemGroup >
47
45
<Content Include =" applicationHost.xdt" >
48
46
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
49
47
</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 >
56
48
<Content Include =" PreJIT\coldstart.jittrace" >
57
49
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
58
50
</Content >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
<remove name =" aspNetCore" />
9
9
<add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
10
10
</handlers >
11
- <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" />
11
+ <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" startupTimeLimit = " 3600 " />
12
12
<httpProtocol >
13
13
<customHeaders >
14
14
<remove name =" X-Powered-By" />
You can’t perform that action at this time.
0 commit comments