Skip to content

Commit 8a3d1d7

Browse files
authored
Increase documented Kestrel MaxRequestLength to 50MB to match product behaviour
Updated Kestrel's MaxRequestLength limit to 50MB.
1 parent 155cc38 commit 8a3d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web
5353

5454
## Using Kestrel
5555

56-
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 28.6MB, update this value in the `appsettings.json` file.
56+
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default value, update this value in the `appsettings.json` file.
5757

5858
Example configuration:
5959

0 commit comments

Comments
 (0)