From b7ca8e24471bb2d53a5eba0dc7ed781be8a82630 Mon Sep 17 00:00:00 2001 From: kay Date: Fri, 14 Sep 2012 23:28:33 -0400 Subject: [PATCH] DOCS-524 change recommendation to example --- source/reference/command/compact.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/command/compact.txt b/source/reference/command/compact.txt index 3a01341fea2..d5b2e24aa01 100644 --- a/source/reference/command/compact.txt +++ b/source/reference/command/compact.txt @@ -55,9 +55,9 @@ compact .. versionadded:: v2.2 - In production deployments, collections should always have at least - 100 bytes of padding, and generally have a padding factor that is - 10% of the average document size. + The following example runs the :dbcommand:`compact` + command with the ``paddingBytes`` set to ``100`` bytes and the + ``paddingFactor`` set to ``1.1``. .. code-block:: javascript