diff options
-rw-r--r-- | doc/tor.1.txt | 2 | ||||
-rw-r--r-- | 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 3b7e30bdf..235d04be8 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 6dbec2fbf..1a1eea154 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 # |