aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulio Merino <jmmv@google.com>2016-01-27 11:17:15 -0500
committerJulio Merino <jmmv@meroh.net>2016-02-10 23:18:35 -0500
commitc1e799b4da8418d907f45f5cf3928afe491040ac (patch)
tree3095f3e7e5f6231e3de30ecd23eb5df0f304538b /ChangeLog
parentebfeebd468551fa5e024b36dd218042cc5b7597e (diff)
downloadsshfs-c1e799b4da8418d907f45f5cf3928afe491040ac.tar
sshfs-c1e799b4da8418d907f45f5cf3928afe491040ac.tar.gz
sshfs-c1e799b4da8418d907f45f5cf3928afe491040ac.tar.bz2
sshfs-c1e799b4da8418d907f45f5cf3928afe491040ac.zip
Expose the cache clean interval settings as flags
Allow the user to customize the cache regular and minimum clean intervals as flags via the new cache_clean_interval and cache_min_clean_interval options. While doing this, rename the internal variables and constants to suffix them with their unit (seconds).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 066f553..f788ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Draft notes for upcoming release
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)
------------------------