aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulio Merino <jmmv@google.com>2016-01-27 11:07:19 -0500
committerJulio Merino <jmmv@meroh.net>2016-02-10 23:18:35 -0500
commitebfeebd468551fa5e024b36dd218042cc5b7597e (patch)
tree34aaeae7bce4713b677605137c2be79b788f6710 /ChangeLog
parentd1ddbbcae51f8004e38971fb3546ed5c98effd8b (diff)
downloadsshfs-ebfeebd468551fa5e024b36dd218042cc5b7597e.tar
sshfs-ebfeebd468551fa5e024b36dd218042cc5b7597e.tar.gz
sshfs-ebfeebd468551fa5e024b36dd218042cc5b7597e.tar.bz2
sshfs-ebfeebd468551fa5e024b36dd218042cc5b7597e.zip
Expose the maximum cache size setting as a flag
Allow the user to customize the size of the sshfs cache by adding a new max_cache_size flag and turning the hardcoded constant into a variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02fee35..066f553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Draft notes for upcoming release
* Integrated osxfuse's copy of sshfs, which means that sshfs now works
on OS X out of the box.
+* Added -o cache_max_size=N option to let users tune the maximum size of
+ the cache in number of entries.
Release 2.7 (2015-01-28)
------------------------