You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/09/05 18:21:01 UTC

[couchdb-documentation] branch fix-sizes.file-reference created (now 6a4d3cd)

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

kocolosk pushed a change to branch fix-sizes.file-reference
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at 6a4d3cd  Small fixup to use the correct field name

This branch includes the following new commits:

     new 6a4d3cd  Small fixup to use the correct field name

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Small fixup to use the correct field name

Posted by ko...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch fix-sizes.file-reference
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 6a4d3cd7ce5b9cadcf3fde4b690b508a2bdc0e02
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Sep 5 14:20:30 2019 -0400

    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 e9f2623..7bb892c 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 <api/ddoc/info>`.
 
     - ``from`` and ``to``: The period for which a database (and its view group)