]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
note that setting k=1 is equivalent to replication
authorBrian Warner <warner@allmydata.com>
Thu, 12 Jul 2007 23:22:12 +0000 (16:22 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 12 Jul 2007 23:22:12 +0000 (16:22 -0700)
src/allmydata/interfaces.py

index 8d0afac2599b1ed89df11124de600b313f8cc6b7..731c22ce7dd46564905d0ff4a1bd972010a288f4 100644 (file)
@@ -33,7 +33,7 @@ class RIIntroducerClient(RemoteInterface):
         grid (there is no point to producing more shares than there are
         peers), and k according to the desired reliability-vs-overhead goals.
 
-        Note that the current encoding technology requires k>=2.
+        Note that setting k=1 is equivalent to simple replication.
         """
         return None