From: secorp Date: Mon, 25 Apr 2011 01:03:08 +0000 (-0700) Subject: corrected "k must never be smaller than N" to "k must never be greater than N" X-Git-Url: https://git.rkrishnan.org/$sch_link?a=commitdiff_plain;h=d566e4632d5327b934faad42b24879c1d8830102;p=tahoe-lafs%2Ftahoe-lafs.git corrected "k must never be smaller than N" to "k must never be greater than N" --- 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