aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-26 13:52:16 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-26 13:52:16 -0400
commit857e210b7d4939cf32d7d519b8b4d739d0b23f43 (patch)
tree8faff86c7152c38f9ff582ac08d5ce54bee90e10 /changes
parent96c5ac338a7df986d2419e14801df42421debd06 (diff)
parent8a81a70878bb0f77ebdf1e6fda436b4b6af14f9a (diff)
downloadtor-857e210b7d4939cf32d7d519b8b4d739d0b23f43.tar.gz
tor-857e210b7d4939cf32d7d519b8b4d739d0b23f43.zip
Merge branch 'ticket25931'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket259319
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket25931 b/changes/ticket25931
new file mode 100644
index 0000000000..20ce761883
--- /dev/null
+++ b/changes/ticket25931
@@ -0,0 +1,9 @@
+ o Minor features (mainloop):
+ - Move responsibility for
+ rescanning the consensus cache
+ from a once-per-second callback to a callback that is only scheduled as
+ needed. Once enough items are removed from our once-per-second
+ callback, we can eliminate it entirely to conserve CPU when idle.
+ Closes ticket:
+ 25931.
+