Correct the defaults for the *Statistics options

This commit is contained in:
Nick Mathewson 2012-06-07 13:46:51 -04:00
parent b0bab82790
commit b74f851861
2 changed files with 8 additions and 4 deletions

4
changes/bug2865 Normal file
View File

@ -0,0 +1,4 @@
o Documentation fixes:
- Correct the manpage's descriptions for the default values of
DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix
on 0.2.3.1-alpha.

View File

@ -1372,9 +1372,9 @@ is non-zero):
cells spend in circuit queues to disk every 24 hours. (Default: 0)
**DirReqStatistics** **0**|**1**::
When this option is enabled, Tor writes statistics on the number and
response time of network status requests to disk every 24 hours.
(Default: 0)
When this option is enabled, a Tor directory writes statistics on the
number and response time of network status requests to disk every 24
hours. (Default: 1).
**EntryStatistics** **0**|**1**::
When this option is enabled, Tor writes statistics on the number of
@ -1391,7 +1391,7 @@ is non-zero):
**ExtraInfoStatistics** **0**|**1**::
When this option is enabled, Tor includes previously gathered statistics in
its extra-info documents that it uploads to the directory authorities.
(Default: 0)
(Default: 1)
DIRECTORY SERVER OPTIONS
------------------------