]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
corrected "k must never be smaller than N" to "k must never be greater than N"
authorsecorp <secorp@allmydata.org>
Mon, 25 Apr 2011 01:03:08 +0000 (18:03 -0700)
committersecorp <secorp@allmydata.org>
Mon, 25 Apr 2011 01:03:08 +0000 (18:03 -0700)
docs/configuration.rst

index 1d1a1cd6384adb2d545cb89cd53ea0af9d5c1844..a57672527312fda7400cb48a06346a3d0afb67d7 100644 (file)
@@ -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