mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
download the (admittedly tiny) v1 dir blobs even less often.
we can't make them totally obsolete yet but we can get closer. svn:r12626
This commit is contained in:
parent
4a6d969139
commit
c26c54836f
1 changed files with 2 additions and 2 deletions
|
@ -959,7 +959,7 @@ run_scheduled_events(time_t now)
|
|||
ROUTER_PURPOSE_GENERAL, NULL, 1);
|
||||
}
|
||||
/** How often do we (as a cache) fetch a new V1 directory? */
|
||||
#define V1_DIR_FETCH_PERIOD (6*60*60)
|
||||
#define V1_DIR_FETCH_PERIOD (12*60*60)
|
||||
time_to_fetch_directory = now + V1_DIR_FETCH_PERIOD;
|
||||
}
|
||||
|
||||
|
@ -971,7 +971,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? */
|
||||
#define V1_RUNNINGROUTERS_FETCH_PERIOD (6*60*60)
|
||||
#define V1_RUNNINGROUTERS_FETCH_PERIOD (12*60*60)
|
||||
time_to_fetch_running_routers = now + V1_RUNNINGROUTERS_FETCH_PERIOD;
|
||||
|
||||
/* Also, take this chance to remove old information from rephist
|
||||
|
|
Loading…
Add table
Reference in a new issue