docs change for max request size community PR (#10723)

This commit is contained in:
Hridoy Roy 2021-01-27 10:02:00 -08:00 committed by GitHub
parent 537189cab8
commit 17e20bdaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

3
changelog/10072.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
http: change max_request_size to be unlimited when the config value is less than 0
```

View File

@ -54,8 +54,8 @@ advertise the correct address to other nodes.
label suffix like `"30s"` or `"1h"`.
- `max_request_size` `(int: 33554432)` Specifies a hard maximum allowed
request size, in bytes. Defaults to 32 MB. Specifying a number less than or
equal to `0` turns off limiting altogether.
request size, in bytes. Defaults to 32 MB if not set or set to `0`.
Specifying a number less than `0` turns off limiting altogether.
- `max_request_duration` `(string: "90s")`  Specifies the maximum
request duration allowed before Vault cancels the request. This overrides