From e0049ef022b8bf9b808a9074820bb2a33f92ac1b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 25 Jan 2018 15:51:13 -0500 Subject: Remove the old ("deterministic") download schedule. We haven't meant to use it since we introduced the random exponential schedule. Closes ticket 23814. --- src/or/routerparse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/routerparse.c') diff --git a/src/or/routerparse.c b/src/or/routerparse.c index f1895ce313..e25860a673 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -3781,7 +3781,6 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out, ns->consensus_method, flav))) { /* Use exponential-backoff scheduling when downloading microdescs */ - rs->dl_status.backoff = DL_SCHED_RANDOM_EXPONENTIAL; smartlist_add(ns->routerstatus_list, rs); } } -- cgit v1.2.3-54-g00ecf