Skip to content

Commit

Permalink
Change maxRequestLength to 250MB (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuyu committed Oct 16, 2017
1 parent b0887dc commit 2e2679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<add tagPrefix="ef" assembly="Microsoft.AspNet.EntityDataSource" namespace="Microsoft.AspNet.EntityDataSource" />
</controls>
</pages>
<httpRuntime targetFramework="4.5" maxQueryStringLength="12000" maxRequestLength="2000000000" requestPathInvalidCharacters="&lt;,&gt;,*,%,:,\,?" relaxedUrlToFileSystemMapping="true" enableVersionHeader="false" />
<httpRuntime targetFramework="4.5" maxQueryStringLength="12000" maxRequestLength="256000" requestPathInvalidCharacters="&lt;,&gt;,*,%,:,\,?" relaxedUrlToFileSystemMapping="true" enableVersionHeader="false" />

<httpModules>
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah, Version=1.2.14706.0, Culture=neutral, PublicKeyToken=57eac04b2e0f138e, processorArchitecture=MSIL" />
Expand Down

0 comments on commit 2e2679c

Please sign in to comment.