File tree 2 files changed +2
-2
lines changed
src/WebJobs.Script.WebHost
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
3
<system .webServer>
4
- <aspNetCore processPath =" D:\Program Files\dotnet\dotnet.exe" arguments =" .\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled =" false" hostingModel =" inprocess" xdt : Transform =" Replace" />
4
+ <aspNetCore processPath =" D:\Program Files\dotnet\dotnet.exe" arguments =" .\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled =" false" hostingModel =" inprocess" startupTimeLimit = " 3600 " xdt : Transform =" Replace" />
5
5
</system .webServer>
6
6
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
3
<system .webServer>
4
- <aspNetCore processPath =" D:\Program Files (x86)\dotnet\dotnet.exe" arguments =" .\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled =" false" hostingModel =" inprocess" xdt : Transform =" Replace" />
4
+ <aspNetCore processPath =" D:\Program Files (x86)\dotnet\dotnet.exe" arguments =" .\Microsoft.Azure.WebJobs.Script.WebHost.dll" stdoutLogEnabled =" false" hostingModel =" inprocess" startupTimeLimit = " 3600 " xdt : Transform =" Replace" />
5
5
</system .webServer>
6
6
</configuration >
You can’t perform that action at this time.
0 commit comments