From: david-sarah <david-sarah@jacaranda.org>
Date: Tue, 31 Jan 2012 00:06:43 +0000 (+0000)
Subject: configuration.rst: remove the obsolete sizelimit option from the sample tahoe.cfg... 
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/frontends/specifications/%5B%5E?a=commitdiff_plain;h=5b4c1598940cceac731a6b8ee8e6778a12242cf3;p=tahoe-lafs%2Ftahoe-lafs.git

configuration.rst: remove the obsolete sizelimit option from the sample tahoe.cfg. Also fix the RST formatting of blank lines in the file.
---

diff --git a/docs/configuration.rst b/docs/configuration.rst
index b4a22fea..7907a88f 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -650,7 +650,6 @@ recommended configuration (most of these are not the default values), merely
 a legal one.
 
 ::
-
   [node]
   nickname = Bob's Tahoe-LAFS Node
   tub.port = 34912
@@ -661,19 +660,16 @@ a legal one.
   timeout.disconnect = 1800
   ssh.port = 8022
   ssh.authorized_keys_file = ~/.ssh/authorized_keys
-
-
+  
   [client]
   introducer.furl = pb://ok45ssoklj4y7eok5c3xkmj@tahoe.example:44801/ii3uumo
   helper.furl = pb://ggti5ssoklj4y7eok5c3xkmj@helper.tahoe.example:7054/kk8lhr
-
-
+  
   [storage]
   enabled = True
   readonly = True
-  sizelimit = 10000000000
-
-
+  reserved_space = 10000000000
+  
   [helper]
   enabled = True