diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-17 21:26:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-17 21:26:22 +0000 |
commit | 54ac72f6b0337f58a37e2187f344d5b17bef58c3 (patch) | |
tree | 597c7873202b62c5e30e8e025e442159f1ca6b8b /src/or/main.c | |
parent | 088c1fac39d209bd01d1744303d1cc440d635792 (diff) | |
download | tor-54ac72f6b0337f58a37e2187f344d5b17bef58c3.tar.gz tor-54ac72f6b0337f58a37e2187f344d5b17bef58c3.zip |
r15887@catbus: nickm | 2007-10-17 17:25:32 -0400
When a networkstatus consensus download fails, do not wait 60 seconds to decide whether to retry. (Also, log the time at which we'll try to replace the current networkstatus.)
svn:r12005
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c index 5616fd1794..cfe4745642 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -997,9 +997,6 @@ run_scheduled_events(time_t now) networkstatus_v2_list_clean(now); /* Remove dead routers. */ routerlist_remove_old_routers(); -#if 0 - networkstatus_v2_list_update_recent(now); -#endif /* Also, once per minute, check whether we want to download any * networkstatus documents. |