summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-30 16:46:59 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-30 16:46:59 -0400
commit72124dc1ef68b870ddec615249e25ddb72d6d4cb (patch)
treef3f11ea7a759eca4208baf3bdbf048029f59af74 /changes
parenta9dfaafca47fb214e9f2eb64a27f8d388e948989 (diff)
parent987a7f667698576d745674965973871363ffd719 (diff)
downloadtor-72124dc1ef68b870ddec615249e25ddb72d6d4cb.tar.gz
tor-72124dc1ef68b870ddec615249e25ddb72d6d4cb.zip
Merge branch 'ticket25948_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket259489
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket25948 b/changes/ticket25948
new file mode 100644
index 0000000000..7851d0b65b
--- /dev/null
+++ b/changes/ticket25948
@@ -0,0 +1,9 @@
+ o Minor features (mainloop):
+ - Move responsibility for
+ saving the state file to disk
+ 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
+ 25948.
+