Skip to content

Commit

Permalink
Removed info about not supported option (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
satr authored Oct 19, 2023
1 parent fa9b47f commit f2de2f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2de2f8

Please sign in to comment.