From 79cfff8961591e5fe5f5b045c3d47584cb6c8784 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 23 Sep 2010 19:02:45 -0700
Subject: [PATCH] docs: mention default values of K, H, and M

---
 docs/configuration.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/configuration.txt b/docs/configuration.txt
index 7f9d531d..2f932140 100644
--- a/docs/configuration.txt
+++ b/docs/configuration.txt
@@ -250,9 +250,9 @@ stats_gatherer.furl = (FURL string, optional)
  If provided, the node will connect to the given stats gatherer and provide
  it with operational statistics.
 
-shares.needed = (int, optional) aka "k"
-shares.total = (int, optional) aka "N", N >= k
-shares.happy = (int, optional) 1 <= happy <= N
+shares.needed = (int, optional) aka "k", default 3
+shares.total = (int, optional) aka "N", N >= k, default 10
+shares.happy = (int, optional) 1 <= happy <= N, default 7
 
  These three values set the default encoding parameters. Each time a new file
  is uploaded, erasure-coding is used to break the ciphertext into separate
-- 
2.45.2