mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
docs change for max request size community PR (#10723)
This commit is contained in:
3
changelog/10072.txt
Normal file
3
changelog/10072.txt
Normal file
@@ -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"`.
|
||||
|
||||
- `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
|
||||
|
||||
Reference in New Issue
Block a user