We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7aff1 commit cee6e18Copy full SHA for cee6e18
src/WebJobs.Script.WebHost/Web.config
@@ -15,7 +15,7 @@
15
-->
16
<system.web>
17
<compilation debug="true" targetFramework="4.6" />
18
- <httpRuntime targetFramework="4.5" maxRequestLength="4194304" />
+ <httpRuntime targetFramework="4.5" maxRequestLength="16384" />
19
</system.web>
20
<system.webServer>
21
<handlers>
0 commit comments