From: Zooko O'Whielacronx Date: Fri, 24 Sep 2010 02:02:45 +0000 (-0700) Subject: docs: mention default values of K, H, and M X-Git-Tag: allmydata-tahoe-1.8.0~3 X-Git-Url: https://git.rkrishnan.org/FOOURL?a=commitdiff_plain;h=79cfff8961591e5fe5f5b045c3d47584cb6c8784;p=tahoe-lafs%2Ftahoe-lafs.git docs: mention default values of K, H, and M --- 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