diff options
Diffstat (limited to 'changes/ticket25931')
-rw-r--r-- | changes/ticket25931 | 9 |
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. + |