From: Brian Warner Date: Thu, 12 Jul 2007 23:22:12 +0000 (-0700) Subject: note that setting k=1 is equivalent to replication X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b0c65ed232b375050f0fc8fda2a2062a9378edc1;p=tahoe-lafs%2Ftahoe-lafs.git note that setting k=1 is equivalent to replication --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 8d0afac2..731c22ce 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -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