From f2de2f8cfe997d9236953110ebb0f47c0fa9ac17 Mon Sep 17 00:00:00 2001 From: Sergey Smolnikov Date: Thu, 19 Oct 2023 12:59:52 +0200 Subject: [PATCH] Removed info about not supported option (#255) --- .../docs/src/guides/volume-mounts/optional-settings/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/public-site/docs/src/guides/volume-mounts/optional-settings/index.md b/public-site/docs/src/guides/volume-mounts/optional-settings/index.md index 29591e1f..caafe597 100644 --- a/public-site/docs/src/guides/volume-mounts/optional-settings/index.md +++ b/public-site/docs/src/guides/volume-mounts/optional-settings/index.md @@ -28,7 +28,6 @@ _Applicable for: `blobfuse2`_ - `bufferSize` - size of each buffer to be cached in memory (in MB) - `streamCache` - limit total amount of data being cached in memory to conserve memory footprint of blobfuse (in MB) - `maxBlocksPerFile` - maximum number of blocks to be cached in memory - - `fileCaching` - file name based caching. Default is `false`, which specifies file handle based caching For streaming during read and write operations, blocks of data are cached in memory as they're read or updated. Updates are flushed to Azure Storage when a file is closed or