Skip to content

Commit d49a9d6

Browse files
committed
docs: copies an update for the setting MaxRequestLength to v14 and v15 articles about runtime settings
1 parent fbf329b commit d49a9d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

14/umbraco-cms/reference/configuration/runtimesettings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ An example of a configuration could look something like:
2525
}
2626
```
2727

28-
- `MaxRequestLength` is specified in kilobytes. Setting this limits the request size, including the size of uploaded files.
28+
- `MaxRequestLength` is specified in kilobytes. Setting this limits the request size, including the size of uploaded files. This only has an effect when hosting with Kestrel. See the [Maximum Upload Size Settings
29+
](./maximumuploadsizesettings.md) article for more information).
2930
- `MaxQueryStringLength` is specified in number of characters. Setting this limits the maximum query string length.
3031
- `Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`. For more information, see the [Runtime modes](../../fundamentals/setup/server-setup/runtime-modes.md) article.
3132
- `TemporaryFileLifeTime` is specified as a timespan. The default value is one day - `1.00:00:00`.

15/umbraco-cms/reference/configuration/runtimesettings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ An example of a configuration could look something like:
2525
}
2626
```
2727

28-
- `MaxRequestLength` is specified in kilobytes. Setting this limits the request size, including the size of uploaded files.
28+
- `MaxRequestLength` is specified in kilobytes. Setting this limits the request size, including the size of uploaded files. This only has an effect when hosting with Kestrel. See the [Maximum Upload Size Settings
29+
](./maximumuploadsizesettings.md) article for more information).
2930
- `MaxQueryStringLength` is specified in number of characters. Setting this limits the maximum query string length.
3031
- `Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`. For more information, see the [Runtime modes](../../fundamentals/setup/server-setup/runtime-modes.md) article.
3132
- `TemporaryFileLifeTime` is specified as a timespan. The default value is one day - `1.00:00:00`.

0 commit comments

Comments
 (0)