mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-12 07:18:28 -05: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
10 lines
300 B
Text
10 lines
300 B
Text
<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`
|
|
|