From b0c65ed232b375050f0fc8fda2a2062a9378edc1 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 12 Jul 2007 16:22:12 -0700
Subject: [PATCH] note that setting k=1 is equivalent to replication

---
 src/allmydata/interfaces.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.45.2