Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10/umbraco-cms/reference/configuration/runtimesettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An example of a configuration could look something like:
}
```

`MaxRequsetLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters.
`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters.

`Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`.

Expand Down
2 changes: 1 addition & 1 deletion 12/umbraco-cms/reference/configuration/runtimesettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ An example of a configuration could look something like:
}
```

`MaxRequestLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters.
`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters.

`Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`.

Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/configuration/runtimesettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ An example of a configuration could look something like:
}
```

`MaxRequestLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters.
`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters.

`Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`.

Expand Down