Skip to content

Commit ce39dd8

Browse files
committed
add comment for units
1 parent 37c0153 commit ce39dd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/NuGet.Server/Web.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
</system.Web>
6767
-->
6868
<system.web>
69+
<!-- maxRequestLength is specified in Kb -->
6970
<httpRuntime maxRequestLength="30720" />
7071
<compilation debug="true" targetFramework="4.6" />
7172
</system.web>
@@ -86,6 +87,7 @@
8687
</handlers>
8788
<security>
8889
<requestFiltering>
90+
<!-- maxAllowedContentLength is specified in Bytes -->
8991
<requestLimits maxAllowedContentLength="31457280"/>
9092
</requestFiltering>
9193
</security>

0 commit comments

Comments
 (0)