Skip to content

web.locations.<name>.request_buffering.max_request_size default value #4499

@flovntp

Description

@flovntp

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 investigation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions