Skip to content

Commit

Permalink
Update static/includes/SMBLimitations.md
Browse files Browse the repository at this point in the history
Co-authored-by: linzibelle <[email protected]>
  • Loading branch information
micjohnson777 and linzi-ix authored Jan 13, 2025
1 parent ef06727 commit 54200ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/includes/SMBLimitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ It might delay cache invalidation to improve performance, which leads to one cli

Directory listing caching speeds up access to files.
After an initial listing, the cache might serve subsequent requests for the same directory rather than queries to the file system.
This introduces a delay in reflecting changes made to the directory by other clients. Metadata changes might not immediately reflect across all clients, which leads to outdated views of a file or directory..
This introduces a delay in reflecting changes made to the directory by other clients. Metadata changes might not immediately reflect across all clients, which leads to outdated views of a file or directory.

Buffered I/O improves read/write performance by reading and writing in larger chunks, which reduces the number of I/O operations needed.
This can lead to problems in environments where data consistency and immediate visibility of changes are crucial.
Expand Down

0 comments on commit 54200ed

Please sign in to comment.