diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-09 14:18:00 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-10 12:11:08 +0100 |
commit | 499661524b0a572303087af721325608dd91f7ce (patch) | |
tree | 39f4f87032f5c4cb9aef65087708f44fb320168d /changes | |
parent | 1fb342dfab42f47a2e87d38c536bb9a52f1a0fcd (diff) | |
download | tor-499661524b0a572303087af721325608dd91f7ce.tar.gz tor-499661524b0a572303087af721325608dd91f7ce.zip |
Turn on directory request statistics by default.
Change the default values for collecting directory request statistics and
inlcuding them in extra-info descriptors to 1.
Don't break if we are configured to collect directory request or entry
statistics and don't have a GeoIP database. Instead, print out a notice
and skip initializing the affected statistics code.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/dirreq-stats-default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/dirreq-stats-default b/changes/dirreq-stats-default new file mode 100644 index 0000000000..673be6af13 --- /dev/null +++ b/changes/dirreq-stats-default @@ -0,0 +1,4 @@ + o Minor features: + - Turn on directory request statistics by default and include them in + extra-info descriptors. Don't break if we have no GeoIP database. + |