Skip to content

Commit 37c0153

Browse files
committed
fix maxRequestLength value
1 parent 9d18a01 commit 37c0153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Server/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</system.Web>
6767
-->
6868
<system.web>
69-
<httpRuntime maxRequestLength="31457280" />
69+
<httpRuntime maxRequestLength="30720" />
7070
<compilation debug="true" targetFramework="4.6" />
7171
</system.web>
7272
<system.serviceModel>

0 commit comments

Comments
 (0)