backport of commit 67a167139b6dae292ccccc24c177424d8e9fecd7 (#22300)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
parent
4aaa9fe058
commit
553b065fbd
|
@ -39,3 +39,6 @@ these device-specific options:
|
||||||
with <a href="https://golang.org/pkg/net/#Dial">net.Dial</a> is acceptable. It's
|
with <a href="https://golang.org/pkg/net/#Dial">net.Dial</a> is acceptable. It's
|
||||||
important to note if TCP is used and the destination socket becomes unavailable
|
important to note if TCP is used and the destination socket becomes unavailable
|
||||||
Vault may become unresponsive per [Blocked Audit Devices](/vault/docs/audit/#blocked-audit-devices).
|
Vault may become unresponsive per [Blocked Audit Devices](/vault/docs/audit/#blocked-audit-devices).
|
||||||
|
|
||||||
|
- `write_timeout` `(string: 2s)` - The (deadline) time in seconds to allow writes to be completed over the socket.
|
||||||
|
A zero value means that write attempts will *not* time out.
|
||||||
|
|
Loading…
Reference in New Issue