[tor-commits] [torflow/master] Remove the early consensus fetching options.
mikeperry at torproject.org
mikeperry at torproject.org
Fri Oct 28 01:35:48 UTC 2011
commit 6427947869151b93a56bf91f44aadc093cafe919
Author: Mike Perry <mikeperry-git at fscked.org>
Date: Thu Oct 27 18:34:55 2011 -0700
Remove the early consensus fetching options.
Too much consensus control port activity causes scanners not to make progress,
and certainly doesn't help disk io issues.
---
NetworkScanners/BwAuthority/data/tor/torrc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/NetworkScanners/BwAuthority/data/tor/torrc b/NetworkScanners/BwAuthority/data/tor/torrc
index 53c0a63..8f155b5 100644
--- a/NetworkScanners/BwAuthority/data/tor/torrc
+++ b/NetworkScanners/BwAuthority/data/tor/torrc
@@ -8,5 +8,6 @@ PidFile ./data/tor/tor.pid
CookieAuthentication 1
FetchUselessDescriptors 1
__LeaveStreamsUnattached 1
-FetchDirInfoExtraEarly 1
-FetchDirInfoEarly 1
+# Bad idea: Too much consensus update activity
+#FetchDirInfoExtraEarly 1
+#FetchDirInfoEarly 1
More information about the tor-commits
mailing list