Skip to content

Stated max_request_size default value in Wiki doesn't match with actual code #508

Open
@eeyou

Description

@eeyou

Hi.

Stated default value for parameter max_request_size in the wiki is 100 (megabytes).
However, actual code line defaults it to 10 (which matches with the information in the issue #184):

config.max_request_size_mb = read_int_from_config('max_request_size', json_object, default=10)

I believe the wiki should be saying 10mb as default?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsdocumentation related issues/proposalresolved

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions