Skip to content

Commit cee6e18

Browse files
committed
Lowering the maxRequestLength to 16MB
1 parent 5e7aff1 commit cee6e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<system.web>
1717
<compilation debug="true" targetFramework="4.6" />
18-
<httpRuntime targetFramework="4.5" maxRequestLength="4194304" />
18+
<httpRuntime targetFramework="4.5" maxRequestLength="16384" />
1919
</system.web>
2020
<system.webServer>
2121
<handlers>

0 commit comments

Comments
 (0)