diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25932 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket25932 b/changes/ticket25932 new file mode 100644 index 0000000000..67f56f7cc0 --- /dev/null +++ b/changes/ticket25932 @@ -0,0 +1,9 @@ + o Minor features (mainloop): + - Move responsibility for + closing connections, circuits, and channels + 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 + 25932. + |