From 76b8f5a7a95002eac78563f841cef53f96645968 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Fri, 11 Aug 2023 15:00:27 +0100 Subject: [PATCH] documenting missing option (#22296) * documenting missing option * added comment about setting to zero --- website/content/docs/audit/socket.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/audit/socket.mdx b/website/content/docs/audit/socket.mdx index 08316afc0dc3..f531007423fd 100644 --- a/website/content/docs/audit/socket.mdx +++ b/website/content/docs/audit/socket.mdx @@ -39,3 +39,6 @@ these device-specific options: with net.Dial is acceptable. It's 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). + +- `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.