From 6a4d3cd7ce5b9cadcf3fde4b690b508a2bdc0e02 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Thu, 5 Sep 2019 14:20:30 -0400 Subject: [PATCH] Small fixup to use the correct field name --- src/config/compaction.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/compaction.rst b/src/config/compaction.rst index e9f26236..7bb892c3 100644 --- a/src/config/compaction.rst +++ b/src/config/compaction.rst @@ -67,9 +67,9 @@ Compaction Daemon Rules .. code-block:: none - (sizes.disk - sizes.active) / sizes.disk * 100 + (sizes.file - sizes.active) / sizes.file * 100 - The sizes.active and sizes.disk values can be obtained when + The sizes.active and sizes.file values can be obtained when querying :http:get:`/{db}`. - ``view_fragmentation``: If the ratio of legacy data, including metadata, @@ -80,9 +80,9 @@ Compaction Daemon Rules .. code-block:: none - (sizes.disk - sizes.active) / sizes.disk * 100 + (sizes.file - sizes.active) / sizes.file * 100 - The sizes.active and sizes.disk values can be obtained when querying a + The sizes.active and sizes.file values can be obtained when querying a :ref:`view group's information URI `. - ``from`` and ``to``: The period for which a database (and its view group)