From d566e4632d5327b934faad42b24879c1d8830102 Mon Sep 17 00:00:00 2001 From: secorp Date: Sun, 24 Apr 2011 18:03:08 -0700 Subject: [PATCH] corrected "k must never be smaller than N" to "k must never be greater than N" --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 1d1a1cd6..a5767252 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -299,7 +299,7 @@ Client Configuration becomes unrecoverable, so assuming there are at least ``N`` servers, up to ``N``-``k`` servers can be offline without losing the file. So large ``N``/``k`` ratios are more reliable, and small ``N``/``k`` ratios use less disk space. - Clearly, ``k`` must never be smaller than ``N``. + Clearly, ``k`` must never be greater than ``N``. Large values of ``N`` will slow down upload operations slightly, since more servers must be involved, and will slightly increase storage overhead due -- 2.45.2