[or-cvs] [tor/master] Correct default for RendPostPeriod in docs

nickm at torproject.org nickm at torproject.org
Tue Sep 21 05:03:19 UTC 2010


Author: John Brooks <special at dereferenced.net>
Date: Mon, 20 Sep 2010 22:18:43 -0600
Subject: Correct default for RendPostPeriod in docs
Commit: fb34c66e83790bf03b163555128565823a3e58fe

---
 doc/tor.1.txt                |    2 +-
 src/config/torrc.complete.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 3b7e30b..235d04b 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1222,7 +1222,7 @@ The following options are used to configure a hidden service.
 **RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
     Every time the specified period elapses, Tor uploads any rendezvous 
     service descriptors to the directory servers. This information  is also
-    uploaded whenever it changes. (Default: 20 minutes)
+    uploaded whenever it changes. (Default: 1 hour)
 
 TESTING NETWORK OPTIONS
 -----------------------
diff --git a/src/config/torrc.complete.in b/src/config/torrc.complete.in
index 6dbec2f..1a1eea1 100644
--- a/src/config/torrc.complete.in
+++ b/src/config/torrc.complete.in
@@ -529,6 +529,6 @@
 ## Every time the specified period elapses, Tor uploads any ren-
 ## dezvous service descriptors to the directory servers.  This
 ## information is also uploaded whenever it changes. 
-## (Default: 20 minutes)
+## (Default: 1 hour)
 #RendPostPeriod N seconds|minutes|hours|days|weeks
 #
-- 
1.7.1



More information about the tor-commits mailing list