[tor/master] resolve an XXX by agreeing with nickm

commit 0a2fcc55c539f39b7a834fcd19a7043026783c4f Author: Roger Dingledine <arma@torproject.org> Date: Mon Sep 3 22:15:04 2012 -0400 resolve an XXX by agreeing with nickm --- 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 4e57bfa..3aea606 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;
participants (1)
-
arma@torproject.org