mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
First CLI command doc updates: * Rewrite CLI usage page * Rewrite token helper page * Move and rewrite CLI emulator doc * Rewrite `vault audit` command family docs
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
<a id="audit-socket-write_timeout" />
|
|
|
|
**`write_timeout (string : "2s")`**
|
|
|
|
Duration in seconds that Vault will wait for a write to complete over the
|
|
socket. Setting `write_timeout` to `0` disables time outs and forces Vault to
|
|
always wait until the write completes.
|
|
|
|
**Example**: `write_timeout=0`
|
|
|