mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Decouple router downloads from old directory downloads entirely
svn:r5128
This commit is contained in:
parent
c345dab3bd
commit
06625e779d
@ -706,9 +706,6 @@ run_scheduled_events(time_t now)
|
|||||||
directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 1);
|
directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Try to get any routers we don't have. */
|
|
||||||
update_router_descriptor_downloads(now);
|
|
||||||
|
|
||||||
time_to_fetch_directory = now + get_dir_fetch_period(options);
|
time_to_fetch_directory = now + get_dir_fetch_period(options);
|
||||||
|
|
||||||
/* Also, take this chance to remove old information from rephist
|
/* Also, take this chance to remove old information from rephist
|
||||||
|
Loading…
Reference in New Issue
Block a user