Browse Source

Correct default for RendPostPeriod in docs

John Brooks 13 years ago
parent
commit
fb34c66e83
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/tor.1.txt
  2. 1 1
      src/config/torrc.complete.in

+ 1 - 1
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
 -----------------------

+ 1 - 1
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
 #