blob: 7c49fac70866647e0f3b4884baa9b273f44a1f2b (
plain)
1
2
3
4
5
6
7
8
9
|
o Minor features (mainloop):
- Move responsibility for
consensus voting
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
25937.
|