Skip to content

Commit 8ed662e

Browse files
authored
Update 15/umbraco-cms/reference/configuration/runtimesettings.md
1 parent e3d61a1 commit 8ed662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An example of a configuration could look something like:
2626
```
2727

2828
- `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).
29+
](./maximumuploadsizesettings.md) article for more information.
3030
- `MaxQueryStringLength` is specified in number of characters. Setting this limits the maximum query string length.
3131
- `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.
3232
- `TemporaryFileLifeTime` is specified as a timespan. The default value is one day - `1.00:00:00`.

0 commit comments

Comments
 (0)