aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-18 15:25:29 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-18 15:25:29 -0500
commitceb6dee4652567fd503e5ceb9345354efd935a1b (patch)
treeb245889e938b8babddc581a8e2338a1160e6a62f /changes
parent2329d9fe3739aca46d00b47222db2f78bd23e4d3 (diff)
downloadtor-ceb6dee4652567fd503e5ceb9345354efd935a1b.tar.gz
tor-ceb6dee4652567fd503e5ceb9345354efd935a1b.zip
Increase limit for status vote download size by a factor of 5.
We've started to hit the limit here. We introduced the limit in 0.1.2.5-alpha. This fixes bug 14261, but we should have a smarter way to not actually do the behavior this permits. See #14267 for a ticket about fixing that.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug142615
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14261 b/changes/bug14261
new file mode 100644
index 0000000000..1260ccba1e
--- /dev/null
+++ b/changes/bug14261
@@ -0,0 +1,5 @@
+ O Minor bugfixes (directory authority):
+ - Allow directory authorities to fetch more data from one
+ another if they find themselves missing lots of votes.
+ Previously, they had been bumping against the 10 MB queued
+ data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha.