Browse Source

Correct default for RendPostPeriod in docs

John Brooks 15 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**::
 **RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
     Every time the specified period elapses, Tor uploads any rendezvous 
     Every time the specified period elapses, Tor uploads any rendezvous 
     service descriptors to the directory servers. This information  is also
     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
 TESTING NETWORK OPTIONS
 -----------------------
 -----------------------

+ 1 - 1
src/config/torrc.complete.in

@@ -529,6 +529,6 @@
 ## Every time the specified period elapses, Tor uploads any ren-
 ## Every time the specified period elapses, Tor uploads any ren-
 ## dezvous service descriptors to the directory servers.  This
 ## dezvous service descriptors to the directory servers.  This
 ## information is also uploaded whenever it changes. 
 ## information is also uploaded whenever it changes. 
-## (Default: 20 minutes)
+## (Default: 1 hour)
 #RendPostPeriod N seconds|minutes|hours|days|weeks
 #RendPostPeriod N seconds|minutes|hours|days|weeks
 #
 #