[tor-commits] [torflow/master] Let's try turning FetchDirInfo*Early on by default.

mikeperry at torproject.org mikeperry at torproject.org
Thu Nov 17 23:50:09 UTC 2011


commit d9c0f9065d1a7755c79e98d2a5c81ff7ec60a8d8
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Thu Nov 17 15:42:21 2011 -0800

    Let's try turning FetchDirInfo*Early on by default.
    
    Memory-only sqlite might make them more bearable.
---
 NetworkScanners/BwAuthority/data/tor/torrc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/NetworkScanners/BwAuthority/data/tor/torrc b/NetworkScanners/BwAuthority/data/tor/torrc
index 8f155b5..0c13322 100644
--- a/NetworkScanners/BwAuthority/data/tor/torrc
+++ b/NetworkScanners/BwAuthority/data/tor/torrc
@@ -8,6 +8,7 @@ PidFile ./data/tor/tor.pid
 CookieAuthentication 1
 FetchUselessDescriptors 1
 __LeaveStreamsUnattached 1
-# Bad idea: Too much consensus update activity
-#FetchDirInfoExtraEarly 1
-#FetchDirInfoEarly 1
+
+# Bad idea? Too much consensus update activity?
+FetchDirInfoExtraEarly 1
+FetchDirInfoEarly 1





More information about the tor-commits mailing list