-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Labels
needs_infoUse when an issue needs more info or investigationUse when an issue needs more info or investigation
Description
Where on docs.platform.sh should be changed?
https://docs.upsun.com/create-apps/app-reference/single-runtime-image.html#request-buffering
What exactly should be updated?
in the Json schema validator, we've got:
"request_buffering": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"title": "Enable request buffering.",
"default": true
},
"max_request_size": {
"type": "string",
"title": "The maximum size request that can be buffered. Supports K, M, and G suffixes.",
"default": 262144000
}
but in the doc page, we say that the default is set to 250m (compare to 262144000 from the validator) and in the title, we said M (capitalized) and not m (same for K and G)?
Additional context
No response
Metadata
Metadata
Assignees
Labels
needs_infoUse when an issue needs more info or investigationUse when an issue needs more info or investigation