aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-02-16 10:47:06 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-02-16 10:47:06 -0800
commit451f2075f2b46de34235ba585bc923db2cb37eb5 (patch)
tree4f9109004efcf99cdd792e51eaf5d24ffb7d6a9b /ChangeLog
parente812e29d39f0e7aaf9ead9a19a9a4f288300a7e2 (diff)
parent391f6767050cce2d34e7d556566c0abd02510854 (diff)
downloadsshfs-451f2075f2b46de34235ba585bc923db2cb37eb5.tar
sshfs-451f2075f2b46de34235ba585bc923db2cb37eb5.tar.gz
sshfs-451f2075f2b46de34235ba585bc923db2cb37eb5.tar.bz2
sshfs-451f2075f2b46de34235ba585bc923db2cb37eb5.zip
Merge pull request #6 from jmmv/cache-options
Make cache parameters configurable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02fee35..f788ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ 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.
+* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N
+ options to let users tune the cleaning behavior of the cache.
Release 2.7 (2015-01-28)
------------------------