From c1e799b4da8418d907f45f5cf3928afe491040ac Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Wed, 27 Jan 2016 11:17:15 -0500 Subject: 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). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') 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) ------------------------ -- cgit v1.2.3