[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Correct default for RendPostPeriod in docs
Author: John Brooks <special@xxxxxxxxxxxxxxxx>
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