Skip to content

Commit

Permalink
Clarify cache setting. (#9204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Jun 11, 2020
1 parent 3d02fb4 commit 8cabb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ to specify where the configuration is.
Vault cluster. If omitted, Vault will generate a value. When connecting to
Vault Enterprise, this value will be used in the interface.

- `cache_size` `(string: "32000")` – Specifies the size of the read cache used
- `cache_size` `(string: "131072")` – Specifies the size of the read cache used
by the physical storage subsystem. The value is in number of entries, so the
total cache size depends on the size of stored entries.

Expand Down

0 comments on commit 8cabb11

Please sign in to comment.