From: John Brooks Date: Tue, 21 Sep 2010 04:18:43 +0000 (-0600) Subject: Correct default for RendPostPeriod in docs X-Git-Tag: tor-0.2.2.17-alpha~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb34c66e83790bf03b163555128565823a3e58fe;p=thirdparty%2Ftor.git Correct default for RendPostPeriod in docs --- diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 3b7e30bdfb..235d04be82 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 6dbec2fbf9..1a1eea1548 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 #