docs change for max request size community PR (#10723)
This commit is contained in:
parent
537189cab8
commit
17e20bdaa6
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:bug
|
||||||
|
http: change max_request_size to be unlimited when the config value is less than 0
|
||||||
|
```
|
|
@ -54,8 +54,8 @@ advertise the correct address to other nodes.
|
||||||
label suffix like `"30s"` or `"1h"`.
|
label suffix like `"30s"` or `"1h"`.
|
||||||
|
|
||||||
- `max_request_size` `(int: 33554432)` – Specifies a hard maximum allowed
|
- `max_request_size` `(int: 33554432)` – Specifies a hard maximum allowed
|
||||||
request size, in bytes. Defaults to 32 MB. Specifying a number less than or
|
request size, in bytes. Defaults to 32 MB if not set or set to `0`.
|
||||||
equal to `0` turns off limiting altogether.
|
Specifying a number less than `0` turns off limiting altogether.
|
||||||
|
|
||||||
- `max_request_duration` `(string: "90s")` – Specifies the maximum
|
- `max_request_duration` `(string: "90s")` – Specifies the maximum
|
||||||
request duration allowed before Vault cancels the request. This overrides
|
request duration allowed before Vault cancels the request. This overrides
|
||||||
|
|
Loading…
Reference in New Issue