diff options
Diffstat (limited to 'changes/ticket26009')
-rw-r--r-- | changes/ticket26009 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket26009 b/changes/ticket26009 new file mode 100644 index 0000000000..51ada15726 --- /dev/null +++ b/changes/ticket26009 @@ -0,0 +1,9 @@ + o Minor features (mainloop): + - Move responsibility for + keeping track of Tor's uptime + from a nce-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 + 26009. + |