diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-11 13:56:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-11 13:56:33 +0000 |
commit | 9a56b17c5414c154199accd89a08cfc2a2d67850 (patch) | |
tree | 1f0f8182544d55a1d2dc12f516e130d7bcd7b52e /src/or/main.c | |
parent | 541aa7215566c12b3ffcf23afb866fed7824819c (diff) | |
download | tor-9a56b17c5414c154199accd89a08cfc2a2d67850.tar.gz tor-9a56b17c5414c154199accd89a08cfc2a2d67850.zip |
r15679@catbus: nickm | 2007-10-11 09:51:33 -0400
Remove code to generate v1 directories.
svn:r11866
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/main.c b/src/or/main.c index 36a3a5e1d4..4554113ee2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -957,11 +957,7 @@ run_scheduled_events(time_t now) ROUTER_PURPOSE_GENERAL, NULL, 1); } /** How often do we (as a cache) fetch a new V1 runningrouters document? */ -#ifdef FULL_V1_DIRECTORIES -#define V1_RUNNINGROUTERS_FETCH_PERIOD (30*60) -#else #define V1_RUNNINGROUTERS_FETCH_PERIOD (6*60*60) -#endif time_to_fetch_running_routers = now + V1_RUNNINGROUTERS_FETCH_PERIOD; /* Also, take this chance to remove old information from rephist |