This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/release-prep
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit e0d663e12bebb510f1d547ef521a0b17c3f2015f
Author: Tristan van Berkom <[email protected]>
AuthorDate: Thu Dec 12 02:42:28 2024 +0900

    doc/source/using_config.rst: Document new config options since 2.4
    
    This includes new config options low-watermark and reserved-disk-space
---
 doc/source/using_config.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/source/using_config.rst b/doc/source/using_config.rst
index 0bc1ba62e..13768e117 100644
--- a/doc/source/using_config.rst
+++ b/doc/source/using_config.rst
@@ -199,6 +199,8 @@ Attributes
   ``reserved-disk-space`` can be specified in the same way as ``quota``, with
   the exception of the special ``infinity`` value. The default is ``5%``.
 
+  *Since: 2.4*
+
 * ``low-watermark``
 
   This controls how much of the cache should be retained on cleanup.
@@ -208,6 +210,8 @@ Attributes
   ``80%``, which means that when cleanup is triggered, 20% of the cache will
   be pruned by removing CAS objects that haven't been used recently.
 
+  *Since: 2.4*
+
 * ``pull-buildtrees``
 
   Whether to pull *build trees* when downloading remote artifacts.

Reply via email to