Skip to content

Commit 3ffbbf6

Browse files
committed
Clean up
1 parent 0a042b2 commit 3ffbbf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Web.Common/Security/ConfigureIISServerOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public void Configure(IISServerOptions options)
1313
{
1414
// convert from KB to bytes
1515
options.MaxRequestBodySize = _runtimeSettings.Value.MaxRequestLength.HasValue ? _runtimeSettings.Value.MaxRequestLength.Value * 1024 : uint.MaxValue; // ~4GB is the max supported value for IIS and IIS express.
16-
//options.IisMaxRequestSizeLimit
1716
}
1817
}
1918
}

0 commit comments

Comments
 (0)