From 9a56b17c5414c154199accd89a08cfc2a2d67850 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 11 Oct 2007 13:56:33 +0000 Subject: r15679@catbus: nickm | 2007-10-11 09:51:33 -0400 Remove code to generate v1 directories. svn:r11866 --- src/or/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/or/main.c') 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 -- cgit v1.2.3-54-g00ecf