diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-03 22:15:04 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-03 22:15:04 -0400 |
commit | 0a2fcc55c539f39b7a834fcd19a7043026783c4f (patch) | |
tree | 68edf08251c32593ac708f50a513887b7d64dde8 | |
parent | 81c6db32887f68e791df4dca806c9ac132e53ae4 (diff) | |
download | tor-0a2fcc55c539f39b7a834fcd19a7043026783c4f.tar.gz tor-0a2fcc55c539f39b7a834fcd19a7043026783c4f.zip |
resolve an XXX by agreeing with nickm
-rw-r--r-- | src/or/routerlist.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 4e57bfa10c..3aea606207 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4440,11 +4440,6 @@ launch_descriptor_downloads(int purpose, } } } - /* XXX should we consider having even the dir mirrors delay - * a little bit, so we don't load the authorities as much? -RD - * I don't think so. If we do, clients that want those descriptors may - * not actually find them if the caches haven't got them yet. -NM - */ if (! should_delay && n_downloadable) { int i, n_per_request; |