Merge pull request #50899 from den-crane/patch-51

Doc. Fix copy/paste typo
This commit is contained in:
Alexey Milovidov 2023-06-12 23:06:10 +03:00 committed by GitHub
commit b2ce58be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1138,7 +1138,7 @@ These parameters define the cache layer:
Cache parameters:
- `path` — The path where metadata for the cache is stored.
- `max_size` — The size (amount of memory) that the cache can grow to.
- `max_size` — The size (amount of disk space) that the cache can grow to.
:::tip
There are several other cache parameters that you can use to tune your storage, see [using local cache](/docs/en/operations/storing-data.md/#using-local-cache) for the details.