Skip to content

Commit

Permalink
(GH-3) Increase execution timeout
Browse files Browse the repository at this point in the history
Increase execution timeout from the default of 110 seconds to 1200 
seconds or 20 minutes. 

https://msdn.microsoft.com/en-us/library/e1f13641.aspx
  • Loading branch information
ferventcoder authored Jan 27, 2017
1 parent f867aaf commit 97c4992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleChocolateyServer/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah"/>
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah"/>
</httpModules>
<httpRuntime maxRequestLength="2147482548"/>
<httpRuntime executionTimeout="1200" maxRequestLength="2147482548"/>
</system.web>
<system.webServer>
<security>
Expand Down

0 comments on commit 97c4992

Please sign in to comment.