From ba819be8f95236e4e792ce5e0347c3f53442fa42 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 30 Jan 2024 12:11:23 -0800 Subject: [PATCH] v1.19 Release Finish the release notes for the 1.19 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index feed804e..b0ba6e39 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,20 @@ Versity ScoutFS Release Notes ============================= +--- +v1.19 +\ +*Jan 30, 2024* + +Added the log\_merge\_wait\_timeout\_ms mount option to set the timeout +for creating log merge operations. The previous timeout, now the +default, was too short for some systems and was resulting in consistent +timeouts which created an excessive number of log trees waiting to be +merged. + +Improved performance of many in-mount server operations when there are a +large number of log trees waiting to be merged. + --- v1.18 \